Uses of Interface
org.acegisecurity.providers.dao.UserCache

Packages that use UserCache
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.ui.digestauth Authenticates HTTP Digest authentication requests. 
 

Uses of UserCache in org.acegisecurity.providers.dao
 

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

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

Uses of UserCache in org.acegisecurity.providers.dao.cache
 

Classes in org.acegisecurity.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.acegisecurity.ui.digestauth
 

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

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



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