| Package | Description |
|---|---|
| io.undertow.security.impl | |
| io.undertow.server.session |
| Modifier and Type | Method | Description |
|---|---|---|
Session |
SingleSignOn.getSession(SessionManager manager) |
Returns the session associated with the deployment of the specified session manager
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
InMemorySessionManager |
The default in memory session manager.
|
| Modifier and Type | Field | Description |
|---|---|---|
static AttachmentKey<SessionManager> |
SessionManager.ATTACHMENT_KEY |
| Modifier and Type | Method | Description |
|---|---|---|
SessionManager |
Session.getSessionManager() |
|
SessionManager |
SessionAttachmentHandler.getSessionManager() |
| Modifier and Type | Method | Description |
|---|---|---|
SessionAttachmentHandler |
SessionAttachmentHandler.setSessionManager(SessionManager sessionManager) |
| Constructor | Description |
|---|---|
SessionAttachmentHandler(HttpHandler next,
SessionManager sessionManager,
SessionConfig sessionConfig) |
|
SessionAttachmentHandler(SessionManager sessionManager,
SessionConfig sessionConfig) |
|
SslSessionConfig(SessionConfig fallbackSessionConfig,
SessionManager sessionManager) |
|
SslSessionConfig(SessionManager sessionManager) |
Copyright © 2018. All rights reserved.