public class ProxyAuthenticationCallHandler extends Object implements io.undertow.server.HttpHandler
Constructor and Description |
---|
ProxyAuthenticationCallHandler(io.undertow.server.HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
void |
handleRequest(io.undertow.server.HttpServerExchange exchange)
Only allow the request through if successfully authenticated or if authentication is not required.
|
public ProxyAuthenticationCallHandler(io.undertow.server.HttpHandler next)
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
handleRequest
in interface io.undertow.server.HttpHandler
Exception
HttpHandler.handleRequest(io.undertow.server.HttpServerExchange)
Copyright © 2014. All Rights Reserved.