Uses of Interface
io.undertow.server.session.SessionManager
-
Packages that use SessionManager Package Description io.undertow.security.impl io.undertow.server.session io.undertow.servlet.api io.undertow.servlet.core io.undertow.servlet.handlers -
-
Uses of SessionManager in io.undertow.security.impl
Methods in io.undertow.security.impl with parameters of type SessionManager Modifier and Type Method Description SessionSingleSignOn. 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 classInMemorySessionManagerThe 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_KEYMethods in io.undertow.server.session that return SessionManager Modifier and Type Method Description SessionManagerSession. getSessionManager()SessionManagerSessionAttachmentHandler. getSessionManager()Methods in io.undertow.server.session with parameters of type SessionManager Modifier and Type Method Description SessionAttachmentHandlerSessionAttachmentHandler. 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) -
Uses of SessionManager in io.undertow.servlet.api
Methods in io.undertow.servlet.api that return SessionManager Modifier and Type Method Description SessionManagerSessionManagerFactory. createSessionManager(Deployment deployment)SessionManagerDeployment. getSessionManager() -
Uses of SessionManager in io.undertow.servlet.core
Methods in io.undertow.servlet.core that return SessionManager Modifier and Type Method Description SessionManagerInMemorySessionManagerFactory. createSessionManager(Deployment deployment)SessionManagerDeploymentImpl. getSessionManager() -
Uses of SessionManager in io.undertow.servlet.handlers
Constructors in io.undertow.servlet.handlers with parameters of type SessionManager Constructor Description SessionRestoringHandler(String deploymentName, SessionManager sessionManager, ServletContextImpl servletContext, HttpHandler next, SessionPersistenceManager sessionPersistenceManager)
-