Uses of Package
org.apache.shiro.session
Packages that use org.apache.shiro.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.-
Classes in org.apache.shiro.session used by org.apache.shiro.mgtClassDescriptionException thrown when attempting to interact with the system under an established session when that session is considered invalid.A
Sessionis a stateful data context associated with a single Subject (user, daemon process, etc.) who interacts with a software system over a period of time.General security exception attributed to problems during interaction with the system during a session. -
Classes in org.apache.shiro.session used by org.apache.shiro.sessionClassDescriptionException thrown when attempting to interact with the system under an established session when that session is considered invalid.A
Sessionis a stateful data context associated with a single Subject (user, daemon process, etc.) who interacts with a software system over a period of time.General security exception attributed to problems during interaction with the system during a session.Interface to be implemented by components that wish to be notified of events that occur during aSession's life cycle.Exception thrown when attempting to interact with the system under a session that has been stopped. -
Classes in org.apache.shiro.session used by org.apache.shiro.session.mgtClassDescriptionA special case of a StoppedSessionException.Exception thrown when attempting to interact with the system under an established session when that session is considered invalid.Simple
Sessionimplementation that immediately delegates all corresponding calls to an underlying proxied session instance.ASessionis a stateful data context associated with a single Subject (user, daemon process, etc.) who interacts with a software system over a period of time.General security exception attributed to problems during interaction with the system during a session.Interface to be implemented by components that wish to be notified of events that occur during aSession's life cycle.Exception thrown when attempting to interact with the system under the pretense of a particular session (e.g. -
Classes in org.apache.shiro.session used by org.apache.shiro.session.mgt.eisClassDescriptionA
Sessionis a stateful data context associated with a single Subject (user, daemon process, etc.) who interacts with a software system over a period of time.Exception thrown when attempting to interact with the system under the pretense of a particular session (e.g. -
Classes in org.apache.shiro.session used by org.apache.shiro.subjectClassDescriptionA
Sessionis a stateful data context associated with a single Subject (user, daemon process, etc.) who interacts with a software system over a period of time. -
Classes in org.apache.shiro.session used by org.apache.shiro.subject.supportClassDescriptionA
Sessionis a stateful data context associated with a single Subject (user, daemon process, etc.) who interacts with a software system over a period of time.General security exception attributed to problems during interaction with the system during a session.