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

상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

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