PHP Класс AppserverIo\Appserver\Core\Api\Node\AuthenticatorNode

Автор: Johann Zelger ([email protected])
Наследование: extends AppserverIo\Description\Api\Node\AbstractNode, implements AppserverIo\Appserver\Core\Api\Node\AuthenticatorNodeInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$name string The authenticator name.
$type string The authenticator type.

Открытые методы

Метод Описание
getName ( ) : string Return's the authenticator name.
getType ( ) : string Return's the authenticator type.

Описание методов

getName() публичный метод

Return's the authenticator name.
public getName ( ) : string
Результат string The authenticator name

getType() публичный метод

Return's the authenticator type.
public getType ( ) : string
Результат string The authenticator type

Описание свойств

$name защищенное свойство

The authenticator name.
protected string $name
Результат string

$type защищенное свойство

The authenticator type.
protected string $type
Результат string