UserAuthenticationProvider
class UserAuthenticationProvider implements AuthenticationProviderInterface
UserProviderInterface retrieves users for UsernamePasswordToken tokens.
Methods
__construct(UserCheckerInterface $userChecker, string $providerKey, bool $hideUserNotFoundExceptions = true)
Constructor.
bool
Details
at line line 44
__construct(UserCheckerInterface $userChecker, string $providerKey, bool $hideUserNotFoundExceptions = true)
Constructor.
at line line 58
TokenInterface
authenticate(TokenInterface $token)
Attempts to authenticate a TokenInterface object.
at line line 105
bool
supports(TokenInterface $token)
Checks whether this provider supports the given token.