Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.acegisecurity.providers.dao

Interface Summary
SaltSource Provides alternative sources of the salt to use for encoding passwords.
UserCache Provides a cache of org.acegisecurity.userdetails.User objects.
 

Class Summary
AbstractUserDetailsAuthenticationProvider A base org.acegisecurity.providers.AuthenticationProvider that allows subclasses to override and work with org.acegisecurity.userdetails.UserDetails objects.
DaoAuthenticationProvider An org.acegisecurity.providers.AuthenticationProvider implementation that retrieves user details from an org.acegisecurity.userdetails.UserDetailsService.