|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionManager | |
|---|---|
| org.jsecurity.mgt | Provides the master SecurityManager interface and a default implementation
hierarchy for managing all aspects of JSecurity's functionality in an application. |
| org.jsecurity.session.mgt | SessionManager components supporting enterprise session management. |
| org.jsecurity.web | Framework support for any web-enabled application. |
| org.jsecurity.web.session | Components supporting Session management in web-enabled applications. |
| Uses of SessionManager in org.jsecurity.mgt |
|---|
| Fields in org.jsecurity.mgt declared as SessionManager | |
|---|---|
protected SessionManager |
SessionsSecurityManager.sessionManager
The internal delegate SessionManager used by this security manager that manages all the
application's Sessions. |
| Methods in org.jsecurity.mgt that return SessionManager | |
|---|---|
protected SessionManager |
SessionsSecurityManager.createSessionManager()
Constructs a new SessionManager instance to be used as the internal delegate for this security
manager. |
SessionManager |
SessionsSecurityManager.getSessionManager()
Returns this security manager's internal delegate SessionManager. |
protected SessionManager |
SessionsSecurityManager.newSessionManagerInstance()
Merely instantiates (but does not initalize) the default SessionManager implementation. |
| Methods in org.jsecurity.mgt with parameters of type SessionManager | |
|---|---|
void |
SessionsSecurityManager.setSessionManager(SessionManager sessionManager)
Sets the underlying delegate SessionManager instance that will be used to support this implementation's
SessionManager method calls. |
| Uses of SessionManager in org.jsecurity.session.mgt |
|---|
| Subinterfaces of SessionManager in org.jsecurity.session.mgt | |
|---|---|
interface |
ValidatingSessionManager
A ValidatingSessionManager is a SessionManager that can proactively validate any or all sessions that may be expired. |
| Classes in org.jsecurity.session.mgt that implement SessionManager | |
|---|---|
class |
AbstractSessionManager
TODO - complete JavaDoc |
class |
AbstractValidatingSessionManager
Default business-tier implementation of the ValidatingSessionManager interface. |
class |
DefaultSessionManager
Default business-tier implementation of the ValidatingSessionManager interface. |
| Methods in org.jsecurity.session.mgt that return SessionManager | |
|---|---|
SessionManager |
DelegatingSession.getSessionManager()
Returns the SessionManager used by this handle to invoke
all session-related methods. |
| Methods in org.jsecurity.session.mgt with parameters of type SessionManager | |
|---|---|
void |
DelegatingSession.setSessionManager(SessionManager sessionManager)
Sets the SessionManager to which this DelegatingSession will
delegate its method calls. |
| Constructors in org.jsecurity.session.mgt with parameters of type SessionManager | |
|---|---|
DelegatingSession(SessionManager sessionManager,
Serializable id)
|
|
| Uses of SessionManager in org.jsecurity.web |
|---|
| Methods in org.jsecurity.web that return SessionManager | |
|---|---|
protected SessionManager |
DefaultWebSecurityManager.newSessionManagerInstance()
|
| Uses of SessionManager in org.jsecurity.web.session |
|---|
| Subinterfaces of SessionManager in org.jsecurity.web.session | |
|---|---|
interface |
WebSessionManager
A WebSessionManager is a SessionManager that has the ability to obtain
Sessions based on a ServletRequest/ServletResponse
pair. |
| Classes in org.jsecurity.web.session that implement SessionManager | |
|---|---|
class |
DefaultWebSessionManager
Web-application capable SessionManager implementation. |
class |
ServletContainerSessionManager
SessionManager implementation providing Session implementations that are merely wrappers for the Servlet container's HttpSession. |
|
JSecurity | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||