Uses of Interface
org.eclipse.jetty.session.SessionDataStore
Packages that use SessionDataStore
-
Uses of SessionDataStore in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionDataStoreModifier 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
Fields in org.eclipse.jetty.session declared as SessionDataStoreModifier and TypeFieldDescriptionprotected SessionDataStore
AbstractSessionCache._sessionDataStore
The authoritative source of session dataprotected SessionDataStore
CachingSessionDataStore._store
The actual store for the session dataMethods in org.eclipse.jetty.session that return SessionDataStoreModifier 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.Methods in org.eclipse.jetty.session with parameters of type SessionDataStoreModifier and TypeMethodDescriptionvoid
AbstractSessionCache.setSessionDataStore
(SessionDataStore sessionStore) void
SessionCache.setSessionDataStore
(SessionDataStore sds) A SessionDataStore that is the authoritative source of session information.Constructors in org.eclipse.jetty.session with parameters of type SessionDataStoreModifierConstructorDescriptionCachingSessionDataStore
(SessionDataMap cache, SessionDataStore store)