Uses of Interface
org.eclipse.jetty.server.session.SessionDataMap
Packages that use SessionDataMap
Package
Description
Jetty NoSql : Generic Nosql Session Management
Jetty NoSql : MongoDB Integration
Jetty Server : Session Management Implementations
-
Uses of SessionDataMap in org.eclipse.jetty.gcloud.session
Classes in org.eclipse.jetty.gcloud.session that implement SessionDataMap -
Uses of SessionDataMap in org.eclipse.jetty.memcached.session
Classes in org.eclipse.jetty.memcached.session that implement SessionDataMapModifier and TypeClassDescriptionclass
MemcachedSessionDataMap Uses memcached as a cache for SessionData.Methods in org.eclipse.jetty.memcached.session that return SessionDataMap -
Uses of SessionDataMap in org.eclipse.jetty.nosql
Classes in org.eclipse.jetty.nosql that implement SessionDataMap -
Uses of SessionDataMap in org.eclipse.jetty.nosql.mongodb
Classes in org.eclipse.jetty.nosql.mongodb that implement SessionDataMapModifier 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 "_" -
Uses of SessionDataMap in org.eclipse.jetty.server.session
Subinterfaces of SessionDataMap in org.eclipse.jetty.server.sessionModifier and TypeInterfaceDescriptioninterface
SessionDataStore A store for the data contained in a Session object.Classes in org.eclipse.jetty.server.session that implement SessionDataMapModifier 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.Fields in org.eclipse.jetty.server.session declared as SessionDataMapModifier and TypeFieldDescriptionprotected SessionDataMap
CachingSessionDataStore._cache
The fronting cacheMethods in org.eclipse.jetty.server.session that return SessionDataMapModifier and TypeMethodDescriptionCachingSessionDataStore.getSessionDataMap()
SessionDataMapFactory.getSessionDataMap()
Constructors in org.eclipse.jetty.server.session with parameters of type SessionDataMapModifierConstructorDescriptionCachingSessionDataStore
(SessionDataMap cache, SessionDataStore store) -
Uses of SessionDataMap in org.eclipse.jetty.session.infinispan
Classes in org.eclipse.jetty.session.infinispan that implement SessionDataMap