AuthenticationProvider
which relies upon a data access object.See: Description
Class | Description |
---|---|
AbstractUserDetailsAuthenticationProvider |
A base
AuthenticationProvider that allows subclasses to override and work with
UserDetails objects. |
DaoAuthenticationProvider |
An
AuthenticationProvider implementation that retrieves user details from a
UserDetailsService . |
AuthenticationProvider
which relies upon a data access object.