Uses of Interface
org.eclipse.jetty.session.SessionDataStore
-
Uses of SessionDataStore in org.eclipse.jetty.session
Modifier and TypeClassDescriptionclass
AbstractSessionDataStoreclass
CachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.class
FileSessionDataStore A file-based store of session data.class
JDBCSessionDataStore Session data stored in databaseclass
NullSessionDataStore Does not actually store anything, useful for testing.class
Modifier and TypeFieldDescriptionprotected SessionDataStore
AbstractSessionCache._sessionDataStore
The authoritative source of session dataprotected SessionDataStore
CachingSessionDataStore._store
The actual store for the session dataModifier and TypeMethodDescriptionAbstractSessionCache.getSessionDataStore()
CachingSessionDataStoreFactory.getSessionDataStore
(SessionManager manager) FileSessionDataStoreFactory.getSessionDataStore
(SessionManager manager) JDBCSessionDataStoreFactory.getSessionDataStore
(SessionManager manager) NullSessionDataStoreFactory.getSessionDataStore
(SessionManager manager) SessionCache.getSessionDataStore()
SessionDataStoreFactory.getSessionDataStore
(SessionManager manager) CachingSessionDataStore.getSessionStore()
Get the delegate session store.Modifier and TypeMethodDescriptionvoid
AbstractSessionCache.setSessionDataStore
(SessionDataStore sessionStore) void
SessionCache.setSessionDataStore
(SessionDataStore sds) A SessionDataStore that is the authoritative source of session information.ModifierConstructorDescriptionCachingSessionDataStore
(SessionDataMap cache, SessionDataStore store)