PHP Class Neos\Flow\Security\Authentication\Provider\AbstractProvider

Inheritance: implements Neos\Flow\Security\Authentication\AuthenticationProviderInterface
Afficher le fichier Open project: neos/flow-development-collection

Protected Properties

Свойство Type Description
$name string
$options array

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

canAuthenticate() public méthode

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
Résultat boolean TRUE if the given token class can be authenticated by this provider

Property Details

$name protected_oe property

protected string $name
Résultat string

$options protected_oe property

protected array $options
Résultat array