Uses of Interface
org.eclipse.jetty.server.session.SessionDataStore
-
Packages that use SessionDataStore Package Description org.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of SessionDataStore in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement SessionDataStore Modifier and Type Class Description classAbstractSessionDataStoreAbstractSessionDataStoreclassCachingSessionDataStoreCachingSessionDataStore A SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classFileSessionDataStoreFileSessionDataStore A file-based store of session data.classJDBCSessionDataStoreJDBCSessionDataStore Session data stored in databaseclassNullSessionDataStoreNullSessionDataStore Does not actually store anything, useful for testing.Fields in org.eclipse.jetty.server.session declared as SessionDataStore Modifier and Type Field Description protected SessionDataStoreAbstractSessionCache. _sessionDataStoreThe authoritative source of session dataprotected SessionDataStoreCachingSessionDataStore. _storeThe actual store for the session dataMethods in org.eclipse.jetty.server.session that return SessionDataStore Modifier and Type Method Description SessionDataStoreAbstractSessionCache. getSessionDataStore()SessionDataStoreCachingSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreFileSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreJDBCSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreNullSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreSessionCache. getSessionDataStore()SessionDataStoreSessionDataStoreFactory. getSessionDataStore(SessionHandler handler)SessionDataStoreCachingSessionDataStore. getSessionStore()Methods in org.eclipse.jetty.server.session with parameters of type SessionDataStore Modifier and Type Method Description voidAbstractSessionCache. 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 SessionDataStore Constructor Description CachingSessionDataStore(SessionDataMap cache, SessionDataStore store)
-