Class JACCContextIdHandler
java.lang.Object
org.wildfly.extension.undertow.security.jacc.JACCContextIdHandler
- All Implemented Interfaces:
io.undertow.server.HttpHandler
A HttpHandler that sets the web application Jakarta Authorization contextId in the PolicyContext. Any previously registered
contextId is suspended for the duration of the request and is restored when this handler is done.
- Author:
- Stefan Guilhen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(io.undertow.server.HttpServerExchange exchange) static io.undertow.server.HandlerWrapper
-
Constructor Details
-
JACCContextIdHandler
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceio.undertow.server.HttpHandler- Throws:
Exception
-
wrapper
-