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

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode, implements SecurityDomainNodeInterface
Afficher le fichier Open project: appserver-io/appserver

Protected Properties

Свойство Type Description
$authConfig AppserverIo\Appserver\Core\Api\Node\AuthConfigNode The display name information.
$name string The security domain name.

Méthodes publiques

Méthode Description
getAuthConfig ( ) : AppserverIo\Appserver\Core\Api\Node\AuthConfigNode Return's the authentication configuration.
getName ( ) : string Return's the security domain name.

Method Details

getAuthConfig() public méthode

Return's the authentication configuration.
public getAuthConfig ( ) : AppserverIo\Appserver\Core\Api\Node\AuthConfigNode
Résultat AppserverIo\Appserver\Core\Api\Node\AuthConfigNode The authentication configuration

getName() public méthode

Return's the security domain name.
public getName ( ) : string
Résultat string The security domain name

Property Details

$authConfig protected_oe property

The display name information.
protected AuthConfigNode,AppserverIo\Appserver\Core\Api\Node $authConfig
Résultat AppserverIo\Appserver\Core\Api\Node\AuthConfigNode

$name protected_oe property

The security domain name.
protected string $name
Résultat string