Uses of Interface
org.eclipse.jetty.server.session.SessionDataStore
Packages that use SessionDataStore
Package
Description
Jetty Server : Session Management Implementations
-
Uses of SessionDataStore in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionDataStoreModifier and TypeClassDescriptionclassAbstractSessionDataStoreclassCachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classFileSessionDataStore A file-based store of session data.classJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStore Does not actually store anything, useful for testing.Fields in org.eclipse.jetty.server.session declared as SessionDataStoreModifier and TypeFieldDescriptionprotected SessionDataStoreAbstractSessionCache._sessionDataStoreThe authoritative source of session dataprotected SessionDataStoreCachingSessionDataStore._storeThe actual store for the session dataMethods in org.eclipse.jetty.server.session that return SessionDataStoreModifier and TypeMethodDescriptionAbstractSessionCache.getSessionDataStore()CachingSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) FileSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) JDBCSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) NullSessionDataStoreFactory.getSessionDataStore(SessionHandler handler) SessionCache.getSessionDataStore()SessionDataStoreFactory.getSessionDataStore(SessionHandler handler) CachingSessionDataStore.getSessionStore()Methods in org.eclipse.jetty.server.session with parameters of type SessionDataStoreModifier and TypeMethodDescriptionvoidAbstractSessionCache.setSessionDataStore(SessionDataStore sessionStore) voidSessionCache.setSessionDataStore(SessionDataStore sds) A SessionDataStore that is the authoritative source of session information.Constructors in org.eclipse.jetty.server.session with parameters of type SessionDataStoreModifierConstructorDescriptionCachingSessionDataStore(SessionDataMap cache, SessionDataStore store)