Uses of Package
org.acegisecurity.userdetails

Packages that use org.acegisecurity.userdetails
org.acegisecurity.event.authentication Enables events to be published to the Spring application context. 
org.acegisecurity.providers.dao An authentication provider that relies upon a data access object. 
org.acegisecurity.providers.dao.cache Caches User objects for the DaoAuthenticationProvider
org.acegisecurity.providers.dao.salt Implementations that provide salts for more secure password encoding. 
org.acegisecurity.providers.ldap The LDAP authentication provider package. 
org.acegisecurity.providers.siteminder A Siteminder authentication provider. 
org.acegisecurity.providers.x509 An authentication provider that can process X.509 certificaties. 
org.acegisecurity.providers.x509.cache User caches for the X509 provider. 
org.acegisecurity.providers.x509.populator Implementations that populate GrantedAuthority[]s of X509 authentications. 
org.acegisecurity.ui.digestauth Authenticates HTTP Digest authentication requests. 
org.acegisecurity.ui.rememberme Support for remembering a user between different web sessions. 
org.acegisecurity.ui.switchuser Provides HTTP-based "switch user" (su) capabilities. 
org.acegisecurity.userdetails   
org.acegisecurity.userdetails.checker   
org.acegisecurity.userdetails.jdbc Exposes a JDBC-based authentication repository. 
org.acegisecurity.userdetails.ldap   
org.acegisecurity.userdetails.memory Exposes an in-memory authentication repository. 
 

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

Classes in org.acegisecurity.userdetails used by org.acegisecurity.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.acegisecurity.userdetails used by org.acegisecurity.providers.dao.cache
UserDetails
          Provides core user information.
 

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

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

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

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

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

Classes in org.acegisecurity.userdetails used by org.acegisecurity.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.acegisecurity.userdetails used by org.acegisecurity.ui.digestauth
UserDetailsService
          Defines an interface for implementations that wish to provide data access services to the DaoAuthenticationProvider.
 

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

Classes in org.acegisecurity.userdetails used by org.acegisecurity.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.acegisecurity.userdetails used by org.acegisecurity.userdetails
UserDetails
          Provides core user information.
UsernameNotFoundException
          Thrown if an UserDetailsService implementation cannot locate a User by its username.
 

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

Classes in org.acegisecurity.userdetails used by org.acegisecurity.userdetails.jdbc
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.acegisecurity.userdetails used by org.acegisecurity.userdetails.ldap
UserDetails
          Provides core user information.
 

Classes in org.acegisecurity.userdetails used by org.acegisecurity.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.
 



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