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

Quick Search    Search Deep

Package net.sf.acegisecurity.providers.dao

Interface Summary
AuthenticationDao Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
PasswordAuthenticationDao Defines an interface for DAO implementations capable of locating and also validating a password.
SaltSource Provides alternative sources of the salt to use for encoding passwords.
UserCache Provides a cache of User objects.
 

Class Summary
DaoAuthenticationProvider An net.sf.acegisecurity.providers.AuthenticationProvider implementation that retrieves user details from an AuthenticationDao.
PasswordDaoAuthenticationProvider An net.sf.acegisecurity.providers.AuthenticationProvider implementation that retrieves user details from a PasswordAuthenticationDao.
User Models core user information retieved by an AuthenticationDao.
 

Exception Summary
UsernameNotFoundException Thrown if an AuthenticationDao implementation cannot locate a User by its username.