Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

Uses of UserCache in org.acegisecurity.providers.dao
 

Fields in org.acegisecurity.providers.dao declared as UserCache
private  UserCache AbstractUserDetailsAuthenticationProvider.userCache
           
 

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)