|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSessionDAO | |
|---|---|
| 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 AbstractSessionDAO in org.apache.shiro.session.mgt.eis |
|---|
| Subclasses of AbstractSessionDAO in org.apache.shiro.session.mgt.eis | |
|---|---|
class |
CachingSessionDAO
An CachingSessionDAO is a SessionDAO that provides a transparent caching layer between the components that use it and the underlying EIS (Enterprise Information System) session backing store (for example, filesystem, database, enterprise grid/cloud, etc). |
class |
EnterpriseCacheSessionDAO
SessionDAO implementation that relies on an enterprise caching product as the EIS system of record for all sessions. |
class |
MemorySessionDAO
Simple memory-based implementation of the SessionDAO that stores all of its sessions in an in-memory ConcurrentMap. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||