Uses of Interface
org.eclipse.jetty.server.session.SessionDataStore
Package
Description
Jetty NoSql : Generic Nosql Session Management
Jetty NoSql : MongoDB Integration
Jetty Server : Session Management Implementations
-
Uses of SessionDataStore in org.eclipse.jetty.gcloud.session
Modifier and TypeMethodDescriptionGCloudSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
Uses of SessionDataStore in org.eclipse.jetty.nosql
-
Uses of SessionDataStore in org.eclipse.jetty.nosql.mongodb
Modifier and TypeClassDescriptionclass
MongoSessionDataStore The document model is an outer object that contains the elements: "id" : session_id "created" : create_time "accessed": last_access_time "maxIdle" : max_idle_time setting as session was created "expiry" : time at which session should expire "valid" : session_valid "context" : a nested object containing 1 nested object per context for which the session id is in use Each of the nested objects inside the "context" element contains: unique_context_name : nested object containing name:value pairs of the session attributes for that context unique_context_name: vhost:contextpath, where no vhosts="0_0_0_0", root context = "", contextpath "/" replaced by "_"Modifier and TypeMethodDescriptionMongoSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) -
Uses of SessionDataStore in org.eclipse.jetty.server.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.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
(SessionHandler handler) FileSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) JDBCSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) NullSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) SessionCache.getSessionDataStore()
SessionDataStoreFactory.getSessionDataStore
(SessionHandler handler) CachingSessionDataStore.getSessionStore()
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) -
Uses of SessionDataStore in org.eclipse.jetty.session.infinispan
Modifier and TypeMethodDescriptionInfinispanSessionDataStoreFactory.getSessionDataStore
(SessionHandler handler)