| Package | Description |
|---|---|
| org.apache.shiro.session.mgt |
SessionManager components supporting enterprise session management. |
| 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) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.