PHP Класс Neos\Flow\Security\Authentication\Provider\AbstractProvider

Наследование: implements Neos\Flow\Security\Authentication\AuthenticationProviderInterface
Показать файл Открыть проект

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

Свойство Тип Описание
$name string
$options array

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

Метод Описание
__construct ( string $name, array $options = [] ) Constructor
canAuthenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : boolean Returns TRUE if the given token can be authenticated by this provider

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

__construct() публичный Метод

Constructor
public __construct ( string $name, array $options = [] )
$name string The name of this authentication provider
$options array Additional configuration options

canAuthenticate() публичный Метод

Returns TRUE if the given token can be authenticated by this provider
public canAuthenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : boolean
$authenticationToken Neos\Flow\Security\Authentication\TokenInterface The token that should be authenticated
Результат boolean TRUE if the given token class can be authenticated by this provider

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

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

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

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

protected array $options
Результат array