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).
|
Modifier and Type | Class and Description |
---|---|
class |
ExecutorServiceSessionValidationScheduler
SessionValidationScheduler implementation that uses a
ScheduledExecutorService to call ValidatingSessionManager.validateSessions() every
interval milliseconds. |
Modifier and Type | Field and Description |
---|---|
protected SessionValidationScheduler |
AbstractValidatingSessionManager.sessionValidationScheduler
Scheduler used to validate sessions on a regular basis.
|
Modifier and Type | Method and Description |
---|---|
protected SessionValidationScheduler |
AbstractValidatingSessionManager.createSessionValidationScheduler() |
SessionValidationScheduler |
AbstractValidatingSessionManager.getSessionValidationScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractValidatingSessionManager.setSessionValidationScheduler(SessionValidationScheduler sessionValidationScheduler) |
Modifier and Type | Class and Description |
---|---|
class |
QuartzSessionValidationScheduler
An implementation of the
SessionValidationScheduler that uses Quartz to schedule a
job to call ValidatingSessionManager.validateSessions() on
a regular basis. |
Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.