Uses of Package
org.springframework.security.core.userdetails

Packages that use org.springframework.security.core.userdetails
org.springframework.security.access.hierarchicalroles Role hierarchy implementation. 
org.springframework.security.authentication Core classes and interfaces related to user authentication, which are used throughout Spring Security. 
org.springframework.security.authentication.dao An AuthenticationProvider which relies upon a data access object. 
org.springframework.security.cas.authentication An AuthenticationProvider that can process CAS service tickets and proxy tickets. 
org.springframework.security.cas.userdetails   
org.springframework.security.config.authentication Parsing of <authentication-manager> and related elements. 
org.springframework.security.core.userdetails The standard interfaces for implementing user data DAOs. 
org.springframework.security.core.userdetails.cache Implementations of UserCache
org.springframework.security.core.userdetails.jdbc Exposes a JDBC-based authentication repository, implementing org.springframework.security.core.userdetails.UserDetailsService UserDetailsService
org.springframework.security.core.userdetails.memory Exposes an in-memory authentication repository. 
org.springframework.security.ldap.authentication The LDAP authentication provider package. 
org.springframework.security.ldap.search LdapUserSearch implementations. 
org.springframework.security.ldap.userdetails LDAP-focused UserDetails implementations which map from a ubset of the data contained in some of the standard LDAP types (such as InetOrgPerson). 
org.springframework.security.openid Authenticates standard web browser users via OpenID
org.springframework.security.provisioning Contains simple user and authority group account provisioning interfaces together with a a JDBC-based implementation. 
org.springframework.security.web.authentication.preauth Support for "pre-authenticated" scenarios, where Spring Security assumes the incoming request has already been authenticated by some externally configured system. 
org.springframework.security.web.authentication.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.web.authentication.switchuser Provides HTTP-based "switch user" (su) capabilities. 
org.springframework.security.web.authentication.www WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.access.hierarchicalroles
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.authentication
UserDetails
          Provides core user information.
UserDetailsChecker
          Called by classes which make use of a UserDetailsService to check the status of the loaded UserDetails object.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.authentication.dao
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.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.cas.authentication
AuthenticationUserDetailsService
          Interface that allows for retrieving a UserDetails object based on an Authentication object.
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.cas.userdetails
AuthenticationUserDetailsService
          Interface that allows for retrieving a UserDetails object based on an Authentication object.
UserDetails
          Provides core user information.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.config.authentication
UserCache
          Provides a cache of UserDetails objects.
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.core.userdetails
AuthenticationUserDetailsService
          Interface that allows for retrieving a UserDetails object based on an Authentication object.
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.core.userdetails.cache
UserCache
          Provides a cache of UserDetails objects.
UserDetails
          Provides core user information.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.core.userdetails.jdbc
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.core.userdetails.memory
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.ldap.authentication
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.ldap.search
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.ldap.userdetails
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.openid
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.provisioning
UserCache
          Provides a cache of UserDetails objects.
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.web.authentication.preauth
AuthenticationUserDetailsService
          Interface that allows for retrieving a UserDetails object based on an Authentication object.
UserDetails
          Provides core user information.
UserDetailsChecker
          Called by classes which make use of a UserDetailsService to check the status of the loaded UserDetails object.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.web.authentication.rememberme
UserDetails
          Provides core user information.
UserDetailsService
          Core interface which loads user-specific data.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.web.authentication.switchuser
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.
 

Classes in org.springframework.security.core.userdetails used by org.springframework.security.web.authentication.www
UserCache
          Provides a cache of UserDetails objects.
UserDetailsService
          Core interface which loads user-specific data.
 



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