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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
ファイルを表示 Open project: appserver-io/appserver

Public Methods

Method Description
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.

Method Details

getAuthMethod() public method

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

getFormLoginConfig() public method

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

getRealmName() public method

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