Package org.springframework.security.core.userdetails

Interface Summary
AuthenticationUserDetailsService Interface that allows for retrieving a UserDetails object based on an Authentication object.
UserCache Provides a cache of UserDetails objects.
UserDetails Provides core user information.
UserDetailsChecker Called by classes which make use of a UserDetailsService to check the status of the loaded UserDetails object.
UserDetailsService Core interface which loads user-specific data.
 

Class Summary
User Models core user information retrieved by a UserDetailsService.
UserDetailsByNameServiceWrapper This implementation for AuthenticationUserDetailsService wraps a regular Spring Security UserDetailsService implementation, to retrieve a UserDetails object based on the user name contained in an Authentication object.
 

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



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.