org.acegisecurity.providers.dao |
An authentication provider that relies upon a data access object.
|
Java Source File Name | Type | Comment |
AbstractUserDetailsAuthenticationProvider.java | Class | A base
AuthenticationProvider that allows subclasses to override and work with
org.acegisecurity.userdetails.UserDetails objects. |
DaoAuthenticationProvider.java | Class | An
AuthenticationProvider implementation that retrieves user details
from an
UserDetailsService . |
DaoAuthenticationProviderTests.java | Class | Tests
DaoAuthenticationProvider . |
SaltSource.java | Interface | Provides alternative sources of the salt to use for encoding passwords. |
UserCache.java | Interface | Provides a cache of
User objects.
Implementations should provide appropriate methods to set their cache
parameters (eg time-to-live) and/or force removal of entities before their
normal expiration. |