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.
|
Class and Description |
---|
SessionDAO
Data Access Object design pattern specification to enable
Session access to an
EIS (Enterprise Information System). |
Class and Description |
---|
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. |
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).
|
SessionDAO
Data Access Object design pattern specification to enable
Session access to an
EIS (Enterprise Information System). |
SessionIdGenerator
Interface allowing pluggable session ID generation strategies to be used with various
SessionDAO
implementations. |
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.