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 TypeMethodDescriptionvoid
handleRequest
(HttpServerExchange exchange) Handle the request.
-
Field Details
-
ATTRIBUTE_NAME
-
NO_ID_CHANGE_REQUIRED
-
-
Constructor Details
-
CachedAuthenticatedSessionHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandler
Handle the request.- Specified by:
handleRequest
in interfaceHttpHandler
- Parameters:
exchange
- the HTTP request/response exchange- Throws:
Exception
-