Uses of Class
fedora.server.security.servletfilters.Cache

Packages that use Cache
fedora.server.security.servletfilters   
 

Uses of Cache in fedora.server.security.servletfilters
 

Methods in fedora.server.security.servletfilters that return Cache
protected  Cache BaseCaching.getCache(java.lang.String filterName)
           
protected  Cache BaseCaching.getNewCache()
           
 

Methods in fedora.server.security.servletfilters with parameters of type Cache
 java.lang.Boolean CacheElement.authenticate(Cache cache, java.lang.String pwd)
          synchronize so evaluation of cache item state will be sequential, non-interlaced (protect against overlapping calls resulting in redundant authenticator calls)
 java.util.Map CacheElement.getNamedValues(Cache cache, java.lang.String pwd)