Uses of Package
org.acegisecurity.providers.dao

Packages that use org.acegisecurity.providers.dao
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.ui.digestauth Authenticates HTTP Digest authentication requests. 
 

Classes in org.acegisecurity.providers.dao used by org.acegisecurity.providers.dao
AbstractUserDetailsAuthenticationProvider
          A base AuthenticationProvider that allows subclasses to override and work with UserDetails objects.
SaltSource
          Provides alternative sources of the salt to use for encoding passwords.
UserCache
          Provides a cache of User objects.
 

Classes in org.acegisecurity.providers.dao used by org.acegisecurity.providers.dao.cache
UserCache
          Provides a cache of User objects.
 

Classes in org.acegisecurity.providers.dao used by org.acegisecurity.providers.dao.salt
SaltSource
          Provides alternative sources of the salt to use for encoding passwords.
 

Classes in org.acegisecurity.providers.dao used by org.acegisecurity.providers.ldap
AbstractUserDetailsAuthenticationProvider
          A base AuthenticationProvider that allows subclasses to override and work with UserDetails objects.
 

Classes in org.acegisecurity.providers.dao used by org.acegisecurity.providers.siteminder
AbstractUserDetailsAuthenticationProvider
          A base AuthenticationProvider that allows subclasses to override and work with UserDetails objects.
 

Classes in org.acegisecurity.providers.dao used by org.acegisecurity.ui.digestauth
UserCache
          Provides a cache of User objects.
 



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