Spring Security Framework

Uses of Package
org.springframework.security.userdetails

Packages that use org.springframework.security.userdetails
org.springframework.security.event.authentication Enables events to be published to the Spring application context. 
org.springframework.security.ldap.populator LdapAuthoritiesPopulator implementations. 
org.springframework.security.providers.cas An authentication provider that can process JA-SIG Central Authentication Service (CAS) service tickets and proxy tickets. 
org.springframework.security.providers.dao An authentication provider that relies upon a data access object. 
org.springframework.security.providers.dao.cache Caches User objects for the DaoAuthenticationProvider
org.springframework.security.providers.dao.salt Implementations that provide salts for more secure password encoding. 
org.springframework.security.providers.ldap The LDAP authentication provider package. 
org.springframework.security.providers.openid An authentication provider that can process OpenID Authentication Tokens as created by implementations of the OpenIDConsumer interface. 
org.springframework.security.providers.preauth   
org.springframework.security.providers.x509 This package is now deprecated and will be removed in a future version. 
org.springframework.security.providers.x509.cache Deprecated and will be removed in a future version. 
org.springframework.security.providers.x509.populator This package is now deprecated and will be removed in a future version. 
org.springframework.security.ui.digestauth Authenticates HTTP Digest authentication requests. 
org.springframework.security.ui.rememberme Support for remembering a user between different web sessions. 
org.springframework.security.ui.switchuser Provides HTTP-based "switch user" (su) capabilities. 
org.springframework.security.userdetails   
org.springframework.security.userdetails.checker   
org.springframework.security.userdetails.hierarchicalroles   
org.springframework.security.userdetails.jdbc Exposes a JDBC-based authentication repository. 
org.springframework.security.userdetails.ldap   
org.springframework.security.userdetails.memory Exposes an in-memory authentication repository. 
 

Classes in org.springframework.security.userdetails used by org.springframework.security.event.authentication
UserDetails
          Provides core user information.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.ldap.populator
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.cas
UserDetails
          Provides core user information.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.dao
UserDetails
          Provides core user information.
UserDetailsChecker
           
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.dao.cache
UserDetails
          Provides core user information.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.dao.salt
UserDetails
          Provides core user information.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.ldap
UserDetails
          Provides core user information.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.openid
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.preauth
AuthenticationUserDetailsService
          Interface that allows for retrieving a UserDetails object based on an Authentication object.
UserDetails
          Provides core user information.
UserDetailsChecker
           
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.x509
UserDetails
          Provides core user information.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.x509.cache
UserDetails
          Provides core user information.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.providers.x509.populator
UserDetails
          Provides core user information.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.ui.digestauth
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.ui.rememberme
UserDetails
          Provides core user information.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.ui.switchuser
UserDetails
          Provides core user information.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.userdetails
AuthenticationUserDetailsService
          Interface that allows for retrieving a UserDetails object based on an Authentication object.
UserDetails
          Provides core user information.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.userdetails.checker
UserDetails
          Provides core user information.
UserDetailsChecker
           
 

Classes in org.springframework.security.userdetails used by org.springframework.security.userdetails.hierarchicalroles
UserDetails
          Provides core user information.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.userdetails.jdbc
GroupManager
          Allows management of groups of authorities and their members.
UserDetails
          Provides core user information.
UserDetailsManager
          An extension of the UserDetailsService which provides the ability to create new users and update existing ones.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.userdetails.ldap
UserDetails
          Provides core user information.
UserDetailsManager
          An extension of the UserDetailsService which provides the ability to create new users and update existing ones.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

Classes in org.springframework.security.userdetails used by org.springframework.security.userdetails.memory
UserDetails
          Provides core user information.
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 


Spring Security Framework

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