Метод | Описание | |
---|---|---|
getAuthenticators ( ) : array | Returns the authenticator configuration. | |
getContextFactory ( ) : string | Returns the context factory class name. | |
getDescriptors ( ) : array | Array with the descriptors. | |
getDirectories ( ) : |
Array with the directories. | |
getFactory ( ) : string | Returns the factory class name. | |
getParam ( string $name ) : mixed | Returns the param with the passed name casted to the specified type. | |
getParams ( ) : array | Array with the handler params to use. | |
getParamsAsArray ( ) : array | Returns the params casted to the defined type as associative array. | |
getSecurityDomains ( ) : array | Returns the security domain configuration. | |
getType ( ) : string | Returns the class name. | |
setAuthenticators ( array $authenticators ) : void | Sets the authenticator configuration. | |
setDescriptors ( array $descriptors ) : void | Array with the descriptors. | |
setDirectories ( array $directories ) : void | Array with the directories. | |
setParam ( string $name, string $type, mixed $value ) : void | Sets the param with the passed name, type and value. | |
setParams ( array $params ) : void | Array with the handler params to use. | |
setSecurityDomains ( array $securityDomains ) : void | Sets the security domain configuration. |
public getAuthenticators ( ) : array | ||
Результат | array | The authenticator configuration |
public getContextFactory ( ) : string | ||
Результат | string | The context factory class name |
public getDescriptors ( ) : array | ||
Результат | array |
public getDirectories ( ) : |
||
Результат |
public getFactory ( ) : string | ||
Результат | string | The factory class name |
public getParamsAsArray ( ) : array | ||
Результат | array | The array with the casted params |
public getSecurityDomains ( ) : array | ||
Результат | array | The security domain configuration |
public setAuthenticators ( array $authenticators ) : void | ||
$authenticators | array | The authenticator configuration |
Результат | void |
public setDescriptors ( array $descriptors ) : void | ||
$descriptors | array | The descriptors |
Результат | void |
public setDirectories ( array $directories ) : void | ||
$directories | array | The directories |
Результат | void |
public setSecurityDomains ( array $securityDomains ) : void | ||
$securityDomains | array | The security domain configuration |
Результат | void |