Uses of Class
org.apache.shiro.session.SessionException
Packages that use SessionException
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.Concrete support implementations of most of the
org.apache.shiro.subject interfaces.-
Uses of SessionException in org.apache.shiro.mgt
Methods in org.apache.shiro.mgt that throw SessionException -
Uses of SessionException in org.apache.shiro.session
Subclasses of SessionException in org.apache.shiro.sessionModifier and TypeClassDescriptionclassA special case of a StoppedSessionException.classException thrown when attempting to interact with the system under an established session when that session is considered invalid.classException thrown when attempting to interact with the system under a session that has been stopped.classException thrown when attempting to interact with the system under the pretense of a particular session (e.g. -
Uses of SessionException in org.apache.shiro.session.mgt
Methods in org.apache.shiro.session.mgt that throw SessionExceptionModifier and TypeMethodDescriptionAbstractNativeSessionManager.getSession(SessionKey key) SessionManager.getSession(SessionKey key) Retrieves the session corresponding to the specified contextual data (such as a session ID if applicable), ornullif no Session could be found. -
Uses of SessionException in org.apache.shiro.subject.support
Subclasses of SessionException in org.apache.shiro.subject.supportModifier and TypeClassDescriptionclassException thrown if attempting to create a newSubjectsession, but thatSubject's sessions are disabled.