AuthenticatingRealm.setAuthenticationCacheName

Sets the name of a {@link Cache} to lookup from any available {@link #getCacheManager() cacheManager} if a cache is not explicitly configured via {@link #setAuthenticationCache(hunt.shiro.cache.Cache)}. <p/> This name will only be used to look up a cache if authentication caching is {@link #isAuthenticationCachingEnabled() enabled}.

@param authenticationCacheName the name of a {@link Cache} to lookup from any available {@link #getCacheManager() cacheManager} if a cache is not explicitly configured via {@link #setAuthenticationCache(hunt.shiro.cache.Cache)}. @see #isAuthenticationCachingEnabled()

class AuthenticatingRealm
void
setAuthenticationCacheName

Meta