Package | Description |
---|---|
org.apache.shiro.mgt |
Provides the master
SecurityManager interface 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 |
SessionManager components supporting enterprise session management. |
org.apache.shiro.session.mgt.eis |
EIS (Enterprise Information System)-tier components that can perform CRUD operations for sessions
using any EIS API.
|
org.apache.shiro.subject |
Components supporting the
Subject interface, the most important concept in
Shiro's API. |
org.apache.shiro.subject.support |
Concrete support implementations of most of the
org.apache.shiro.subject interfaces. |
org.apache.shiro.web.mgt |
Components supporting web-specific
SecurityManager implementations. |
org.apache.shiro.web.servlet |
Shiro-specific implementations of the Servlet API (Servlet Filters, et al).
|
org.apache.shiro.web.session |
Components supporting Session management in web-enabled applications.
|
org.apache.shiro.web.session.mgt | |
org.apache.shiro.web.subject.support |
Supporting implementations of
org.apache.shiro.web.subject package interfaces. |
Class and Description |
---|
InvalidSessionException
Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.
|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
SessionException
General security exception attributed to problems during interaction with the system during
a session.
|
Class and Description |
---|
InvalidSessionException
Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.
|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
SessionException
General security exception attributed to problems during interaction with the system during
a session.
|
SessionListener
Interface to be implemented by components that wish to be notified of events that occur during a
Session 's life cycle. |
StoppedSessionException
Exception thrown when attempting to interact with the system under a session that has been
stopped.
|
Class and Description |
---|
ExpiredSessionException
A special case of a StoppedSessionException.
|
InvalidSessionException
Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.
|
ProxiedSession
Simple
Session implementation that immediately delegates all corresponding calls to an
underlying proxied session instance. |
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
SessionException
General security exception attributed to problems during interaction with the system during
a session.
|
SessionListener
Interface to be implemented by components that wish to be notified of events that occur during a
Session 's life cycle. |
UnknownSessionException
Exception thrown when attempting to interact with the system under the pretense of a
particular session (e.g. under a specific session id), and that session does not exist in
the system.
|
Class and Description |
---|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
UnknownSessionException
Exception thrown when attempting to interact with the system under the pretense of a
particular session (e.g. under a specific session id), and that session does not exist in
the system.
|
Class and Description |
---|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
Class and Description |
---|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
SessionException
General security exception attributed to problems during interaction with the system during
a session.
|
Class and Description |
---|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
Class and Description |
---|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
Class and Description |
---|
InvalidSessionException
Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.
|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
Class and Description |
---|
ExpiredSessionException
A special case of a StoppedSessionException.
|
InvalidSessionException
Exception thrown when attempting to interact with the system under an established session
when that session is considered invalid.
|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
SessionException
General security exception attributed to problems during interaction with the system during
a session.
|
Class and Description |
---|
Session
A
Session is a stateful data context associated with a single Subject (user, daemon process,
etc) who interacts with a software system over a period of time. |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.