Package org.acegisecurity.userdetails
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
UserDetails Provides core user information.
UserDetailsService Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider .
Classes
User Models core user information retieved by an UserDetailsService .
Exceptions
UsernameNotFoundException Thrown if an UserDetailsService implementation cannot locate a User by its username.