public interface AuthenticatedSessionManager
Modifier and Type | Interface and Description |
---|---|
static class | AuthenticatedSessionManager.AuthenticatedSession |
Modifier and Type | Field and Description |
---|---|
static AttachmentKey<AuthenticatedSessionManager> | ATTACHMENT_KEY The attachment key that is used to attach the manager to the exchange |
Modifier and Type | Method and Description |
---|---|
void | clearSession(HttpServerExchange exchange) |
AuthenticatedSessionManager.AuthenticatedSession | lookupSession(HttpServerExchange exchange) |
static final AttachmentKey<AuthenticatedSessionManager> ATTACHMENT_KEY
AuthenticatedSessionManager.AuthenticatedSession lookupSession(HttpServerExchange exchange)
void clearSession(HttpServerExchange exchange)
Copyright © 2020 JBoss by Red Hat. All rights reserved.