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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$authMethod AuthMethodNode The authentication method information, one of Basic, Digest, Form.
$formLoginConfig FormLoginConfigNode The login form configuration information.
$realmName RealmNameNode The realm name information.

공개 메소드들

메소드 설명
getAuthMethod ( ) : AuthMethodNode Return's the authentication method information.
getFormLoginConfig ( ) : FormLoginConfigNode Return's the login form configuration information.
getRealmName ( ) : RealmNameNode Return's the realm name information.

메소드 상세

getAuthMethod() 공개 메소드

Return's the authentication method information.
public getAuthMethod ( ) : AuthMethodNode
리턴 AuthMethodNode The authentication method information

getFormLoginConfig() 공개 메소드

Return's the login form configuration information.
public getFormLoginConfig ( ) : FormLoginConfigNode
리턴 FormLoginConfigNode The login form configuration information

getRealmName() 공개 메소드

Return's the realm name information.
public getRealmName ( ) : RealmNameNode
리턴 RealmNameNode The realm name information

프로퍼티 상세

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

The authentication method information, one of Basic, Digest, Form.
protected AuthMethodNode,AppserverIo\Appserver\Core\Api\Node $authMethod
리턴 AuthMethodNode

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

The login form configuration information.
protected FormLoginConfigNode,AppserverIo\Appserver\Core\Api\Node $formLoginConfig
리턴 FormLoginConfigNode

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

The realm name information.
protected RealmNameNode,AppserverIo\Appserver\Core\Api\Node $realmName
리턴 RealmNameNode