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

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

Protected Properties

Property Type Description
$name string The authenticator name.
$type string The authenticator type.

Public Methods

Method Description
getName ( ) : string Return's the authenticator name.
getType ( ) : string Return's the authenticator type.

Method Details

getName() public method

Return's the authenticator name.
public getName ( ) : string
return string The authenticator name

getType() public method

Return's the authenticator type.
public getType ( ) : string
return string The authenticator type

Property Details

$name protected property

The authenticator name.
protected string $name
return string

$type protected property

The authenticator type.
protected string $type
return string