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

Quick Search    Search Deep

Package org.acegisecurity.userdetails

Interface Summary
UserDetails Provides core user information.
UserDetailsService Defines an interface for implementations that wish to provide data access services to the org.acegisecurity.providers.dao.DaoAuthenticationProvider.
 

Class Summary
User Models core user information retieved by an UserDetailsService.
 

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