Spring Security Framework

Uses of Interface
org.springframework.security.providers.dao.UserCache

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

Uses of UserCache in org.springframework.security.providers.dao
 

Methods in org.springframework.security.providers.dao that return UserCache
 UserCache AbstractUserDetailsAuthenticationProvider.getUserCache()
           
 

Methods in org.springframework.security.providers.dao with parameters of type UserCache
 void AbstractUserDetailsAuthenticationProvider.setUserCache(UserCache userCache)
           
 

Uses of UserCache in org.springframework.security.providers.dao.cache
 

Classes in org.springframework.security.providers.dao.cache that implement UserCache
 class EhCacheBasedUserCache
          Caches User objects using a Spring IoC defined EHCACHE.
 class NullUserCache
          Does not perform any caching.
 

Uses of UserCache in org.springframework.security.ui.digestauth
 

Methods in org.springframework.security.ui.digestauth that return UserCache
 UserCache DigestProcessingFilter.getUserCache()
           
 

Methods in org.springframework.security.ui.digestauth with parameters of type UserCache
 void DigestProcessingFilter.setUserCache(UserCache userCache)
           
 

Uses of UserCache in org.springframework.security.userdetails.jdbc
 

Methods in org.springframework.security.userdetails.jdbc with parameters of type UserCache
 void JdbcUserDetailsManager.setUserCache(UserCache userCache)
          Optionally sets the UserCache if one is in use in the application.
 


Spring Security Framework

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