public interface AuthenticatedSessionManager
Modifier and Type | Interface | Description |
---|---|---|
static class |
AuthenticatedSessionManager.AuthenticatedSession |
Modifier and Type | Field | Description |
---|---|---|
static AttachmentKey<AuthenticatedSessionManager> |
ATTACHMENT_KEY |
The attachment key that is used to attach the manager to the exchange
|
Modifier and Type | Method | 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 © 2018. All rights reserved.