Provider
Interfaces, Classes, Traits and Enums
- AuthenticationProviderInterface
- AuthenticationProviderInterface is the interface for all authentication providers.
- AnonymousAuthenticationProvider
- AnonymousAuthenticationProvider validates AnonymousToken instances.
- DaoAuthenticationProvider
- DaoAuthenticationProvider uses a UserProviderInterface to retrieve the user for a UsernamePasswordToken.
- LdapBindAuthenticationProvider
- LdapBindAuthenticationProvider authenticates a user against an LDAP server.
- PreAuthenticatedAuthenticationProvider
- Processes a pre-authenticated authentication request.
- RememberMeAuthenticationProvider
- SimpleAuthenticationProvider
- UserAuthenticationProvider
- UserProviderInterface retrieves users for UsernamePasswordToken tokens.