Property | Type | Description | |
---|---|---|---|
$name | string | ||
$options | array |
Method | 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 |
public __construct ( string $name, array $options = [] ) | ||
$name | string | The name of this authentication provider |
$options | array | Additional configuration options |
public canAuthenticate ( Neos\Flow\Security\Authentication\TokenInterface $authenticationToken ) : boolean | ||
$authenticationToken | Neos\Flow\Security\Authentication\TokenInterface | The token that should be authenticated |
return | boolean | TRUE if the given token class can be authenticated by this provider |