Package io.undertow.security.handlers
Class CachedAuthenticatedSessionHandler
java.lang.Object
io.undertow.security.handlers.CachedAuthenticatedSessionHandler
- All Implemented Interfaces:
HttpHandler
HttpHandler responsible for setting up the AuthenticatedSessionManager for cached authentications and
registering a NotificationReceiver to receive the security notifications.
This handler also forces the session to change its session ID on sucessful authentication.
- Author:
- Darran Lofthouse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Field Details
-
ATTRIBUTE_NAME
-
NO_ID_CHANGE_REQUIRED
-
-
Constructor Details
-
CachedAuthenticatedSessionHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-