Package | Description |
---|---|
io.undertow.security.impl | |
io.undertow.server.session | |
io.undertow.servlet.api | |
io.undertow.servlet.core | |
io.undertow.servlet.handlers |
Modifier and Type | Method and Description |
---|---|
Session | SingleSignOn.getSession(SessionManager manager) Returns the session associated with the deployment of the specified session manager |
Modifier and Type | Class and Description |
---|---|
class | InMemorySessionManager The default in memory session manager. |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<SessionManager> | SessionManager.ATTACHMENT_KEY |
Modifier and Type | Method and Description |
---|---|
SessionManager | Session.getSessionManager() |
SessionManager | SessionAttachmentHandler.getSessionManager() |
Modifier and Type | Method and Description |
---|---|
SessionAttachmentHandler | SessionAttachmentHandler.setSessionManager(SessionManager sessionManager) |
Constructor and Description |
---|
SessionAttachmentHandler(HttpHandler next, SessionManager sessionManager, SessionConfig sessionConfig) |
SessionAttachmentHandler(SessionManager sessionManager, SessionConfig sessionConfig) |
SslSessionConfig(SessionConfig fallbackSessionConfig, SessionManager sessionManager) |
SslSessionConfig(SessionManager sessionManager) |
Modifier and Type | Method and Description |
---|---|
SessionManager | SessionManagerFactory.createSessionManager(Deployment deployment) |
SessionManager | Deployment.getSessionManager() |
Modifier and Type | Method and Description |
---|---|
SessionManager | InMemorySessionManagerFactory.createSessionManager(Deployment deployment) |
SessionManager | DeploymentImpl.getSessionManager() |
Constructor and Description |
---|
SessionRestoringHandler(String deploymentName, SessionManager sessionManager, ServletContextImpl servletContext, HttpHandler next, SessionPersistenceManager sessionPersistenceManager) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.