SimpleAuthenticationProvider
class SimpleAuthenticationProvider implements AuthenticationProviderInterface
Methods
__construct(SimpleAuthenticatorInterface $simpleAuthenticator, UserProviderInterface $userProvider, $providerKey)
No description
bool
Details
at line line 28
__construct(SimpleAuthenticatorInterface $simpleAuthenticator, UserProviderInterface $userProvider, $providerKey)
at line line 35
TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.
at line line 46
bool
supports(TokenInterface $token)
Checks whether this provider supports the given token.