Uses of Interface
org.springframework.security.core.userdetails.UserCache

Packages that use UserCache
org.springframework.security.authentication.dao An authentication provider that relies upon a data access object. 
org.springframework.security.config.authentication   
org.springframework.security.core.userdetails.cache   
org.springframework.security.provisioning Contains simple user and authority group account provisioning interfaces together with a a JDBC-based implementation. 
org.springframework.security.web.authentication.www Contains WWW-Authenticate based authentication mechanism implementations: Basic and Digest authentication. 
 

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

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

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

Uses of UserCache in org.springframework.security.config.authentication
 

Methods in org.springframework.security.config.authentication that return UserCache
 UserCache CachingUserDetailsService.getUserCache()
           
 

Methods in org.springframework.security.config.authentication with parameters of type UserCache
 void CachingUserDetailsService.setUserCache(UserCache userCache)
           
 

Uses of UserCache in org.springframework.security.core.userdetails.cache
 

Classes in org.springframework.security.core.userdetails.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.provisioning
 

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

Uses of UserCache in org.springframework.security.web.authentication.www
 

Methods in org.springframework.security.web.authentication.www that return UserCache
 UserCache DigestAuthenticationFilter.getUserCache()
           
 

Methods in org.springframework.security.web.authentication.www with parameters of type UserCache
 void DigestAuthenticationFilter.setUserCache(UserCache userCache)
           
 



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