Uses of Class
org.eclipse.jetty.server.session.AbstractSessionDataStore
-
Packages that use AbstractSessionDataStore Package Description org.eclipse.jetty.gcloud.session org.eclipse.jetty.hazelcast.session org.eclipse.jetty.nosql Jetty NoSql : Generic Nosql Session Managementorg.eclipse.jetty.nosql.mongodb Jetty NoSql : MongoDB Integrationorg.eclipse.jetty.server.session Jetty Server : Session Management Implementationsorg.eclipse.jetty.session.infinispan -
-
Uses of AbstractSessionDataStore in org.eclipse.jetty.gcloud.session
Subclasses of AbstractSessionDataStore in org.eclipse.jetty.gcloud.session Modifier and Type Class Description class
GCloudSessionDataStore
GCloudSessionDataStore -
Uses of AbstractSessionDataStore in org.eclipse.jetty.hazelcast.session
Subclasses of AbstractSessionDataStore in org.eclipse.jetty.hazelcast.session Modifier and Type Class Description class
HazelcastSessionDataStore
Session data stored in Hazelcast -
Uses of AbstractSessionDataStore in org.eclipse.jetty.nosql
Subclasses of AbstractSessionDataStore in org.eclipse.jetty.nosql Modifier and Type Class Description class
NoSqlSessionDataStore
NoSqlSessionDataStore -
Uses of AbstractSessionDataStore in org.eclipse.jetty.nosql.mongodb
Subclasses of AbstractSessionDataStore in org.eclipse.jetty.nosql.mongodb Modifier and Type Class Description class
MongoSessionDataStore
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 AbstractSessionDataStore in org.eclipse.jetty.server.session
Subclasses of AbstractSessionDataStore in org.eclipse.jetty.server.session Modifier and Type Class Description class
FileSessionDataStore
FileSessionDataStore A file-based store of session data.class
JDBCSessionDataStore
JDBCSessionDataStore Session data stored in databaseclass
NullSessionDataStore
NullSessionDataStore Does not actually store anything, useful for testing. -
Uses of AbstractSessionDataStore in org.eclipse.jetty.session.infinispan
Subclasses of AbstractSessionDataStore in org.eclipse.jetty.session.infinispan Modifier and Type Class Description class
InfinispanSessionDataStore
InfinispanSessionDataStore
-