Uses of Interface
org.eclipse.jetty.session.SessionDataStore
-
Uses of SessionDataStore in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement SessionDataStoreModifier and TypeClassDescriptionclassAbstractSessionDataStoreclassA SessionDataStore is a mechanism for (persistently) storing data associated with sessions.classA file-based store of session data.classSession data stored in databaseclassDoes not actually store anything, useful for testing.classFields in org.eclipse.jetty.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.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 TypeMethodDescriptionvoidAbstractSessionCache.setSessionDataStore(SessionDataStore sessionStore) voidSessionCache.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)