PHP Interface AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface

Inheritance: extends AppserverIo\Psr\Application\ManagerConfigurationInterface, extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver Interface Usage Examples

Méthodes publiques

Méthode Description
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.

Method Details

getAuthenticators() public méthode

Returns the authenticator configuration.
public getAuthenticators ( ) : array
Résultat array The authenticator configuration

getContextFactory() public méthode

Returns the context factory class name.
public getContextFactory ( ) : string
Résultat string The context factory class name

getDescriptors() public méthode

Array with the descriptors.
public getDescriptors ( ) : array
Résultat array

getDirectories() public méthode

Array with the directories.
public getDirectories ( ) : DirectoryNode[]
Résultat DirectoryNode[]

getFactory() public méthode

Returns the factory class name.
public getFactory ( ) : string
Résultat string The factory class name

getParam() public méthode

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
Résultat mixed The requested param casted to the specified type

getParams() public méthode

Array with the handler params to use.
public getParams ( ) : array
Résultat array

getParamsAsArray() public méthode

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
Résultat array The array with the casted params

getSecurityDomains() public méthode

Returns the security domain configuration.
public getSecurityDomains ( ) : array
Résultat array The security domain configuration

getType() public méthode

Returns the class name.
public getType ( ) : string
Résultat string The class name

setAuthenticators() public méthode

Sets the authenticator configuration.
public setAuthenticators ( array $authenticators ) : void
$authenticators array The authenticator configuration
Résultat void

setDescriptors() public méthode

Array with the descriptors.
public setDescriptors ( array $descriptors ) : void
$descriptors array The descriptors
Résultat void

setDirectories() public méthode

Array with the directories.
public setDirectories ( array $directories ) : void
$directories array The directories
Résultat void

setParam() public méthode

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
Résultat void

setParams() public méthode

Array with the handler params to use.
public setParams ( array $params ) : void
$params array The handler params
Résultat void

setSecurityDomains() public méthode

Sets the security domain configuration.
public setSecurityDomains ( array $securityDomains ) : void
$securityDomains array The security domain configuration
Résultat void