|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionManager
An interface to session caches.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Field Summary |
|---|
| Fields inherited from interface org.norther.tammi.spray.session.Manager |
|---|
ALLOW_MULTIPLE_USER_SESSIONS, EXPIRE_EXISTING_USER_SESSION, JOIN_EXISTING_USER_SESSION |
| Method Summary | |
|---|---|
String |
getSerializedSessionsPath()
Gets the path to store serialized sessions. |
void |
setSerializedSessionsPath(String path)
Sets the path to store serialized sessions. |
| Methods inherited from interface org.norther.tammi.acorn.cache.CachedMap |
|---|
add, add, expire, expireAll, expireFraction, get, getDefaultExpirationTime, getExpirationLimit, getExpirationSleepInterval, getExpirationThreshold, getMaxExpirationTime, isAllowExpired, isAutoRefreshDeclined, isDiscardOverloaded, put, putIfAbsent, refresh, refresh, setAllowExpired, setAutoRefreshDeclined, setDefaultExpirationTime, setDiscardOverloaded, setExpirationLimit, setExpirationSleepInterval, setExpirationThreshold, setMaxExpirationTime |
| Methods inherited from interface java.util.concurrent.ConcurrentMap |
|---|
putIfAbsent, remove, replace, replace |
| Methods inherited from interface java.util.Map |
|---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface org.norther.tammi.spray.session.Manager |
|---|
createSession, createSession, expireAll, expireSession, getDefaultExpirationTime, getIdLength, getInitialExpirationTime, getServletContext, getSession, getUserSessionPolicy, getUserSessions, getUserSessions, isDistributable, load, registerUserPrincipal, setDefaultExpirationTime, setDistributable, setIdLength, setInitialExpirationTime, setSessionExpirationTime, setUserSessionPolicy, unload, unregisterUserPrincipal, userPrincipalSet |
| Method Detail |
|---|
String getSerializedSessionsPath()
void setSerializedSessionsPath(String path)
path - the session store path.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||