|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheManager | |
---|---|
org.apache.shiro.cache | Caching support used to enhance performance for any security operation. |
org.apache.shiro.mgt | Provides the master SecurityManager interface and a default implementation
hierarchy for managing all aspects of Shiro's functionality in an application. |
org.apache.shiro.realm | Components and sub-packages used in supporting the core Realm interface. |
org.apache.shiro.session.mgt | SessionManager components supporting enterprise session management. |
org.apache.shiro.session.mgt.eis | EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions using any EIS API. |
Uses of CacheManager in org.apache.shiro.cache |
---|
Classes in org.apache.shiro.cache that implement CacheManager | |
---|---|
class |
AbstractCacheManager
Very simple abstract CacheManager implementation that retains all created Cache instances in
an in-memory ConcurrentMap . |
class |
MemoryConstrainedCacheManager
Simple memory-only based CacheManager implementation usable in production
environments. |
Methods in org.apache.shiro.cache with parameters of type CacheManager | |
---|---|
void |
CacheManagerAware.setCacheManager(CacheManager cacheManager)
Sets the available CacheManager instance on this component. |
Uses of CacheManager in org.apache.shiro.mgt |
---|
Methods in org.apache.shiro.mgt that return CacheManager | |
---|---|
CacheManager |
CachingSecurityManager.getCacheManager()
Returns the CacheManager used by this SecurityManager. |
Methods in org.apache.shiro.mgt with parameters of type CacheManager | |
---|---|
void |
CachingSecurityManager.setCacheManager(CacheManager cacheManager)
Sets the CacheManager used by this SecurityManager and potentially any of its
children components. |
Uses of CacheManager in org.apache.shiro.realm |
---|
Methods in org.apache.shiro.realm that return CacheManager | |
---|---|
CacheManager |
CachingRealm.getCacheManager()
Returns the CacheManager used for data caching to reduce EIS round trips, or null if caching is disabled. |
Methods in org.apache.shiro.realm with parameters of type CacheManager | |
---|---|
void |
CachingRealm.setCacheManager(CacheManager cacheManager)
Sets the CacheManager to be used for data caching to reduce EIS round trips. |
Constructors in org.apache.shiro.realm with parameters of type CacheManager | |
---|---|
AuthenticatingRealm(CacheManager cacheManager)
|
|
AuthenticatingRealm(CacheManager cacheManager,
CredentialsMatcher matcher)
|
|
AuthorizingRealm(CacheManager cacheManager)
|
|
AuthorizingRealm(CacheManager cacheManager,
CredentialsMatcher matcher)
|
Uses of CacheManager in org.apache.shiro.session.mgt |
---|
Methods in org.apache.shiro.session.mgt with parameters of type CacheManager | |
---|---|
void |
DefaultSessionManager.setCacheManager(CacheManager cacheManager)
|
Uses of CacheManager in org.apache.shiro.session.mgt.eis |
---|
Methods in org.apache.shiro.session.mgt.eis that return CacheManager | |
---|---|
CacheManager |
CachingSessionDAO.getCacheManager()
Returns the CacheManager to use for acquiring the activeSessionsCache if
one is not configured. |
Methods in org.apache.shiro.session.mgt.eis with parameters of type CacheManager | |
---|---|
void |
CachingSessionDAO.setCacheManager(CacheManager cacheManager)
Sets the cacheManager to use for acquiring the activeSessionsCache if
one is not configured. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |