JSecurity

Uses of Package
org.jsecurity.cache

Packages that use org.jsecurity.cache
org.jsecurity.cache Caching support used to enhance performance for any security operation. 
org.jsecurity.cache.ehcache Ehcache-based implementations of JSecurity's cache interfaces. 
org.jsecurity.mgt Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of JSecurity's functionality in an application. 
org.jsecurity.realm Components and sub-packages used in supporting the core Realm interface. 
org.jsecurity.realm.activedirectory Realms that acquire security data from a Microsoft Active Directory. 
org.jsecurity.realm.jdbc Realms that acquire security data from an RDBMS (Relational Database Management System) using the JDBC API. 
org.jsecurity.realm.ldap Realms that acquire security data from an LDAP (Lightweight Directory Access Protocol) server utilizing LDAP/Naming APIs. 
org.jsecurity.realm.text Realms that acquire security data from text-based data sources such as Files or text streams. 
org.jsecurity.session.mgt SessionManager components supporting enterprise session management. 
org.jsecurity.session.mgt.eis EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions using any EIS API. 
org.jsecurity.web Framework support for any web-enabled application. 
org.jsecurity.web.session Components supporting Session management in web-enabled applications. 
 

Classes in org.jsecurity.cache used by org.jsecurity.cache
Cache
          A Cache efficiently stores temporary objects primarily to improve an application's performance.
CacheException
          Root class of all JSecurity exceptions related to caching operations.
CacheManager
          A CacheManager provides and maintains the lifecycles of Cache instances.
 

Classes in org.jsecurity.cache used by org.jsecurity.cache.ehcache
Cache
          A Cache efficiently stores temporary objects primarily to improve an application's performance.
CacheException
          Root class of all JSecurity exceptions related to caching operations.
CacheManager
          A CacheManager provides and maintains the lifecycles of Cache instances.
 

Classes in org.jsecurity.cache used by org.jsecurity.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.jsecurity.cache used by org.jsecurity.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.jsecurity.cache used by org.jsecurity.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.jsecurity.cache used by org.jsecurity.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.jsecurity.cache used by org.jsecurity.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.jsecurity.cache used by org.jsecurity.realm.text
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.jsecurity.cache used by org.jsecurity.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.jsecurity.cache used by org.jsecurity.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.
 

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

Classes in org.jsecurity.cache used by org.jsecurity.web.session
CacheManagerAware
          Interface implemented by components that utilize a CacheManager and wish that CacheManager to be supplied if one is available.
 


JSecurity

Copyright © 2004-2008 JSecurity.