Uses of Package
org.apache.shiro.session.mgt.eis
Packages that use org.apache.shiro.session.mgt.eis
Package
Description
SessionManager components supporting enterprise session management.EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions
using any EIS API.
-
Classes in org.apache.shiro.session.mgt.eis used by org.apache.shiro.session.mgtClassDescriptionData Access Object design pattern specification to enable
Sessionaccess to an EIS (Enterprise Information System). -
Classes in org.apache.shiro.session.mgt.eis used by org.apache.shiro.session.mgt.eisClassDescriptionAn abstract
SessionDAOimplementation that performs some sanity checks on session creation and reading and allows for pluggable Session ID generation strategies if desired.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.).Data Access Object design pattern specification to enableSessionaccess to an EIS (Enterprise Information System).Interface allowing pluggable session ID generation strategies to be used with variousSessionDAOimplementations.