| Package | Description |
|---|---|
| com.aspectran.core.component.session |
Session Management Implementations
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractSessionDataStore |
Created: 2017.
|
class |
FileSessionDataStore |
A file-based store of session data.
|
| Modifier and Type | Field | Description |
|---|---|---|
protected SessionDataStore |
AbstractSessionCache.sessionDataStore |
| Modifier and Type | Method | Description |
|---|---|---|
SessionDataStore |
AbstractSessionCache.getSessionDataStore() |
|
SessionDataStore |
DefaultSessionManager.getSessionDataStore() |
|
SessionDataStore |
SessionCache.getSessionDataStore() |
|
SessionDataStore |
SessionManager.getSessionDataStore() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractSessionCache.setSessionDataStore(SessionDataStore sessionDataStore) |
|
void |
DefaultSessionManager.setSessionDataStore(SessionDataStore sessionDataStore) |
|
void |
SessionCache.setSessionDataStore(SessionDataStore sds) |
A SessionDataStore that is the authoritative source
of session information.
|
void |
SessionManager.setSessionDataStore(SessionDataStore sessionDataStore) |
Copyright © 2008–2018 The Aspectran Project. All rights reserved.