Package io.undertow.security.api
Interface AuthenticatedSessionManager
public interface AuthenticatedSessionManager
Interface that represents a persistent authenticated session.
- Author:
- Stuart Douglas, Darran Lofthouse
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttachmentKey<AuthenticatedSessionManager>
The attachment key that is used to attach the manager to the exchange -
Method Summary
Modifier and TypeMethodDescriptionvoid
clearSession
(HttpServerExchange exchange) lookupSession
(HttpServerExchange exchange)
-
Field Details
-
ATTACHMENT_KEY
The attachment key that is used to attach the manager to the exchange
-
-
Method Details
-
lookupSession
-
clearSession
-