Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected SessionDAO |
DefaultSessionManager.sessionDAO |
Modifier and Type | Method and Description |
---|---|
SessionDAO |
DefaultSessionManager.getSessionDAO() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSessionManager.setSessionDAO(SessionDAO sessionDAO) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionDAO
An abstract
SessionDAO implementation that performs some sanity checks on session creation and reading and
allows for pluggable Session ID generation strategies if desired. |
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 . |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.