Symfony\Component\Security\Core\Authentication\Provider
Classes
AnonymousAuthenticationProvider validates AnonymousToken instances.
DaoAuthenticationProvider uses a UserProviderInterface to retrieve the user
for a UsernamePasswordToken.
Processes a pre-authenticated authentication request.
UserProviderInterface retrieves users for UsernamePasswordToken tokens.
Interfaces
AuthenticationProviderInterface is the interface for all authentication
providers.