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

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

Protected Properties

Свойство Type Description
$name string The authenticator name.
$type string The authenticator type.

Méthodes publiques

Méthode Description
getName ( ) : string Return's the authenticator name.
getType ( ) : string Return's the authenticator type.

Method Details

getName() public méthode

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

getType() public méthode

Return's the authenticator type.
public getType ( ) : string
Résultat string The authenticator type

Property Details

$name protected_oe property

The authenticator name.
protected string $name
Résultat string

$type protected_oe property

The authenticator type.
protected string $type
Résultat string