Uses of Class
org.apache.shiro.session.SessionException
-
Packages that use SessionException Package Description org.apache.shiro.mgt Provides the masterSecurityManagerinterface and a default implementation hierarchy for managing all aspects of Shiro's functionality in an application.org.apache.shiro.session Components related to managing sessions, the time-based data contexts in which a Subject interacts with an application.org.apache.shiro.session.mgt SessionManagercomponents supporting enterprise session management.org.apache.shiro.subject.support Concrete support implementations of most of theorg.apache.shiro.subjectinterfaces. -
-
Uses of SessionException in org.apache.shiro.mgt
Methods in org.apache.shiro.mgt that throw SessionException Modifier and Type Method Description SessionSessionsSecurityManager. getSession(SessionKey key) -
Uses of SessionException in org.apache.shiro.session
Subclasses of SessionException in org.apache.shiro.session Modifier and Type Class Description classExpiredSessionExceptionA special case of a StoppedSessionException.classInvalidSessionExceptionException thrown when attempting to interact with the system under an established session when that session is considered invalid.classStoppedSessionExceptionException thrown when attempting to interact with the system under a session that has been stopped.classUnknownSessionExceptionException 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 SessionException Modifier and Type Method Description SessionAbstractNativeSessionManager. getSession(SessionKey key)SessionSessionManager. 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.support Modifier and Type Class Description classDisabledSessionExceptionException thrown if attempting to create a newSubjectsession, but thatSubject's sessions are disabled.
-