Uses of Interface
io.undertow.server.session.SessionManager
Packages that use SessionManager
-
Uses of SessionManager in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type SessionManagerModifier and TypeMethodDescriptionSingleSignOn.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 SessionManagerModifier and TypeClassDescriptionclassThe default in memory session manager.Fields in io.undertow.server.session with type parameters of type SessionManagerModifier and TypeFieldDescriptionstatic final AttachmentKey<SessionManager>SessionManager.ATTACHMENT_KEYMethods in io.undertow.server.session that return SessionManagerModifier and TypeMethodDescriptionSession.getSessionManager()SessionAttachmentHandler.getSessionManager()Methods in io.undertow.server.session with parameters of type SessionManagerModifier and TypeMethodDescriptionSessionAttachmentHandler.setSessionManager(SessionManager sessionManager) Constructors in io.undertow.server.session with parameters of type SessionManagerModifierConstructorDescriptionSessionAttachmentHandler(HttpHandler next, SessionManager sessionManager, SessionConfig sessionConfig) SessionAttachmentHandler(SessionManager sessionManager, SessionConfig sessionConfig) SslSessionConfig(SessionConfig fallbackSessionConfig, SessionManager sessionManager) SslSessionConfig(SessionManager sessionManager)