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

Packages that use org.springframework.security.core.userdetails
org.springframework.security.access.hierarchicalroles   
org.springframework.security.authentication Implements a provider-based approach to authentication decisions. 
org.springframework.security.authentication.dao An authentication provider that relies upon a data access object. 
org.springframework.security.cas.authentication An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.cas.userdetails   
org.springframework.security.config.authentication   
org.springframework.security.core.userdetails   
org.springframework.security.core.userdetails.cache   
org.springframework.security.core.userdetails.jdbc Exposes a JDBC-based authentication repository. 
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   
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   
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 Contains 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-2009 SpringSource, Inc. All Rights Reserved.