PHP 클래스 AppserverIo\Appserver\Core\Api\Node\SecurityDomainNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode, implements SecurityDomainNodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$authConfig AppserverIo\Appserver\Core\Api\Node\AuthConfigNode The display name information.
$name string The security domain name.

공개 메소드들

메소드 설명
getAuthConfig ( ) : AppserverIo\Appserver\Core\Api\Node\AuthConfigNode Return's the authentication configuration.
getName ( ) : string Return's the security domain name.

메소드 상세

getAuthConfig() 공개 메소드

Return's the authentication configuration.
public getAuthConfig ( ) : AppserverIo\Appserver\Core\Api\Node\AuthConfigNode
리턴 AppserverIo\Appserver\Core\Api\Node\AuthConfigNode The authentication configuration

getName() 공개 메소드

Return's the security domain name.
public getName ( ) : string
리턴 string The security domain name

프로퍼티 상세

$authConfig 보호되어 있는 프로퍼티

The display name information.
protected AuthConfigNode,AppserverIo\Appserver\Core\Api\Node $authConfig
리턴 AppserverIo\Appserver\Core\Api\Node\AuthConfigNode

$name 보호되어 있는 프로퍼티

The security domain name.
protected string $name
리턴 string