public class JACCContextIdHandler extends Object implements io.undertow.server.HttpHandler
A HttpHandler
that sets the web application JACC contextId in the PolicyContext
. Any previously registered
contextId is suspended for the duration of the request and is restored when this handler is done.
Constructor and Description |
---|
JACCContextIdHandler(String contextId,
io.undertow.server.HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
static io.undertow.server.HandlerWrapper |
wrapper(String contextId) |
public JACCContextIdHandler(String contextId, io.undertow.server.HttpHandler next)
Copyright © 2014 JBoss by Red Hat. All rights reserved.