Uses of Interface
org.apache.shiro.session.Session

Packages that use Session
Package
Description
Provides the master SecurityManager interface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application.
Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application.
SessionManager components supporting enterprise session management.
EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions using any EIS API.
Components supporting the Subject interface, the most important concept in Shiro's API.
Concrete support implementations of most of the org.apache.shiro.subject interfaces.