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

Inheritance: extends AppserverIo\Configuration\Interfaces\NodeInterface
Afficher le fichier Open project: appserver-io/appserver

Méthodes publiques

Méthode 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 méthode

Return's the authentication method information.
public getAuthMethod ( ) : AuthMethodNode
Résultat AuthMethodNode The authentication method information

getFormLoginConfig() public méthode

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

getRealmName() public méthode

Return's the realm name information.
public getRealmName ( ) : RealmNameNode
Résultat RealmNameNode The realm name information