See: Description
| Interface | Description |
|---|---|
| SaltSource |
Provides alternative sources of the salt to use for encoding passwords.
|
| UserCache |
Provides a cache of
User objects. |
| 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 an UserDetailsService. |