PHP Интерфейс AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface

Автор: Tim Wagner ([email protected])
Наследование: extends AppserverIo\Psr\Application\ManagerConfigurationInterface, extends AppserverIo\Configuration\Interfaces\NodeInterface
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getAuthenticators ( ) : array Returns the authenticator configuration.
getContextFactory ( ) : string Returns the context factory class name.
getDescriptors ( ) : array Array with the descriptors.
getDirectories ( ) : DirectoryNode[] 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.

Описание методов

getAuthenticators() публичный метод

Returns the authenticator configuration.
public getAuthenticators ( ) : array
Результат array The authenticator configuration

getContextFactory() публичный метод

Returns the context factory class name.
public getContextFactory ( ) : string
Результат string The context factory class name

getDescriptors() публичный метод

Array with the descriptors.
public getDescriptors ( ) : array
Результат array

getDirectories() публичный метод

Array with the directories.
public getDirectories ( ) : DirectoryNode[]
Результат DirectoryNode[]

getFactory() публичный метод

Returns the factory class name.
public getFactory ( ) : string
Результат string The factory class name

getParam() публичный метод

Returns the param with the passed name casted to the specified type.
public getParam ( string $name ) : mixed
$name string The name of the param to be returned
Результат mixed The requested param casted to the specified type

getParams() публичный метод

Array with the handler params to use.
public getParams ( ) : array
Результат array

getParamsAsArray() публичный метод

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
Результат array The array with the casted params

getSecurityDomains() публичный метод

Returns the security domain configuration.
public getSecurityDomains ( ) : array
Результат array The security domain configuration

getType() публичный метод

Returns the class name.
public getType ( ) : string
Результат string The class name

setAuthenticators() публичный метод

Sets the authenticator configuration.
public setAuthenticators ( array $authenticators ) : void
$authenticators array The authenticator configuration
Результат void

setDescriptors() публичный метод

Array with the descriptors.
public setDescriptors ( array $descriptors ) : void
$descriptors array The descriptors
Результат void

setDirectories() публичный метод

Array with the directories.
public setDirectories ( array $directories ) : void
$directories array The directories
Результат void

setParam() публичный метод

Sets the param with the passed name, type and value.
public setParam ( string $name, string $type, mixed $value ) : void
$name string The param name
$type string The param type
$value mixed The param value
Результат void

setParams() публичный метод

Array with the handler params to use.
public setParams ( array $params ) : void
$params array The handler params
Результат void

setSecurityDomains() публичный метод

Sets the security domain configuration.
public setSecurityDomains ( array $securityDomains ) : void
$securityDomains array The security domain configuration
Результат void