PHP Class AppserverIo\Appserver\Core\Api\Node\LoginConfigNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\LoginConfigNodeInterface
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$authMethod AuthMethodNode The authentication method information, one of Basic, Digest, Form.
$formLoginConfig FormLoginConfigNode The login form configuration information.
$realmName RealmNameNode The realm name information.

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

Property Details

$authMethod protected property

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

$formLoginConfig protected property

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

$realmName protected property

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