AbstractProvider
abstract class AbstractProvider implements AuthenticationProviderInterface (View source)
An abstract authentication provider.
Properties
protected string | $name | ||
protected array | $options |
Methods
create(string $name, array $options)
Factory method
__construct(string $name, array $options = [])
Protected constructor, see create method
bool
canAuthenticate(TokenInterface $authenticationToken)
Returns true if the given token can be authenticated by this provider
Details
static AuthenticationProviderInterface
create(string $name, array $options)
Factory method
protected
__construct(string $name, array $options = [])
Protected constructor, see create method
bool
canAuthenticate(TokenInterface $authenticationToken)
Returns true if the given token can be authenticated by this provider