PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface

상속: extends AppserverIo\Psr\Application\ManagerConfigurationInterface, extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver 0 사용 예제들

공개 메소드들

메소드 설명
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