| Package | Description |
|---|---|
| org.apache.shiro.session.mgt |
SessionManager components supporting enterprise session management. |
| org.apache.shiro.session.mgt.quartz |
Quartz-based implementations of
components that help SessionManager implementations maintain sessions (timed expiration, orphan cleanup,
etc).
|
| org.apache.shiro.web.session.mgt |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractValidatingSessionManager
Default business-tier implementation of the
ValidatingSessionManager interface. |
class |
DefaultSessionManager
Default business-tier implementation of a
ValidatingSessionManager. |
| Modifier and Type | Method and Description |
|---|---|
ValidatingSessionManager |
ExecutorServiceSessionValidationScheduler.getSessionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutorServiceSessionValidationScheduler.setSessionManager(ValidatingSessionManager sessionManager) |
| Constructor and Description |
|---|
ExecutorServiceSessionValidationScheduler(ValidatingSessionManager sessionManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuartzSessionValidationScheduler.setSessionManager(ValidatingSessionManager sessionManager) |
| Constructor and Description |
|---|
QuartzSessionValidationScheduler(ValidatingSessionManager sessionManager)
Constructor that specifies the session manager that should be used for validating sessions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultWebSessionManager
Web-application capable
SessionManager implementation. |
Copyright © 2004–2016 The Apache Software Foundation. All rights reserved.