Uses of Interface
org.eclipse.jetty.session.SessionIdManager
-
Uses of SessionIdManager in org.eclipse.jetty.session
Modifier and TypeClassDescriptionclass
DefaultSessionIdManager Manages session ids to ensure each session id within a context is unique, and that session ids can be shared across contexts (but not session contents).Modifier and TypeMethodDescriptionAbstractSessionManager.getSessionIdManager()
SessionManager.getSessionIdManager()
Modifier and TypeMethodDescriptionvoid
AbstractSessionManager.setSessionIdManager
(SessionIdManager sessionIdManager) Set up the SessionIdManager.void
HouseKeeper.setSessionIdManager
(SessionIdManager sessionIdManager) SessionIdManager associated with this scavengervoid
SessionConfig.Mutable.setSessionIdManager
(SessionIdManager sessionIdManager) void
SessionManager.setSessionIdManager
(SessionIdManager idManager)