Uses of Package
org.apache.shiro.cache

Packages that use org.apache.shiro.cache
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.realm.activedirectory Realms that acquire security data from a Microsoft Active Directory. 
org.apache.shiro.realm.jdbc Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API. 
org.apache.shiro.realm.ldap Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs. 
org.apache.shiro.realm.text Realms that acquire security data from text-based data sources such as Files or text streams. 
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. 
 

Classes in org.apache.shiro.cache used by org.apache.shiro.cache
AbstractCacheManager
          Very simple abstract CacheManager implementation that retains all created Cache instances in an in-memory ConcurrentMap.
Cache
          A Cache efficiently stores temporary objects primarily to improve an application's performance.
CacheException
          Root class of all Shiro exceptions related to caching operations.
CacheManager
          A CacheManager provides and maintains the lifecycles of Cache instances.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.mgt
CacheManager
          A CacheManager provides and maintains the lifecycles of Cache instances.
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.realm
Cache
          A Cache efficiently stores temporary objects primarily to improve an application's performance.
CacheManager
          A CacheManager provides and maintains the lifecycles of Cache instances.
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.realm.activedirectory
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.realm.jdbc
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.realm.ldap
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.realm.text
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.session.mgt
CacheManager
          A CacheManager provides and maintains the lifecycles of Cache instances.
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 

Classes in org.apache.shiro.cache used by org.apache.shiro.session.mgt.eis
Cache
          A Cache efficiently stores temporary objects primarily to improve an application's performance.
CacheManager
          A CacheManager provides and maintains the lifecycles of Cache instances.
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.