Spring Security Framework

Uses of Package
org.springframework.security.providers.dao

Packages that use org.springframework.security.providers.dao
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.ui.digestauth Authenticates HTTP Digest authentication requests. 
org.springframework.security.userdetails.jdbc Exposes a JDBC-based authentication repository. 
 

Classes in org.springframework.security.providers.dao used by org.springframework.security.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.springframework.security.providers.dao used by org.springframework.security.providers.dao.cache
UserCache
          Provides a cache of User objects.
 

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

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

Classes in org.springframework.security.providers.dao used by org.springframework.security.userdetails.jdbc
UserCache
          Provides a cache of User objects.
 


Spring Security Framework

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