|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
AuthenticationProvider
which relies upon a data access object.
See:
Description
Interface Summary | |
---|---|
SaltSource | Provides alternative sources of the salt to use for encoding passwords. |
Class Summary | |
---|---|
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 . |
ReflectionSaltSource | Obtains a salt from a specified property of the User object. |
SystemWideSaltSource | Uses a static system-wide String as the salt. |
An AuthenticationProvider
which relies upon a data access object.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |