Uses of Interface
org.eclipse.jetty.session.SessionDataMap
-
Uses of SessionDataMap in org.eclipse.jetty.session
Modifier and TypeInterfaceDescriptioninterface
SessionDataStore A store for the data contained in a Session object.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.class
Modifier and TypeFieldDescriptionprotected SessionDataMap
CachingSessionDataStore._cache
The fronting cacheModifier and TypeMethodDescriptionCachingSessionDataStore.getSessionDataMap()
Get the fronting cache for session data.SessionDataMapFactory.getSessionDataMap()
ModifierConstructorDescriptionCachingSessionDataStore
(SessionDataMap cache, SessionDataStore store)