Uses of Interface
io.undertow.server.session.SessionManager
-
Packages that use SessionManager Package Description io.undertow.security.impl io.undertow.server.session -
-
Uses of SessionManager in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type SessionManager Modifier and Type Method Description Session
SingleSignOn. getSession(SessionManager manager)
Returns the session associated with the deployment of the specified session manager -
Uses of SessionManager in io.undertow.server.session
Classes in io.undertow.server.session that implement SessionManager Modifier and Type Class Description class
InMemorySessionManager
The default in memory session manager.Fields in io.undertow.server.session with type parameters of type SessionManager Modifier and Type Field Description static AttachmentKey<SessionManager>
SessionManager. ATTACHMENT_KEY
Methods in io.undertow.server.session that return SessionManager Modifier and Type Method Description SessionManager
Session. getSessionManager()
SessionManager
SessionAttachmentHandler. getSessionManager()
Methods in io.undertow.server.session with parameters of type SessionManager Modifier and Type Method Description SessionAttachmentHandler
SessionAttachmentHandler. setSessionManager(SessionManager sessionManager)
Constructors in io.undertow.server.session with parameters of type SessionManager Constructor Description SessionAttachmentHandler(HttpHandler next, SessionManager sessionManager, SessionConfig sessionConfig)
SessionAttachmentHandler(SessionManager sessionManager, SessionConfig sessionConfig)
SslSessionConfig(SessionConfig fallbackSessionConfig, SessionManager sessionManager)
SslSessionConfig(SessionManager sessionManager)
-