public class ServletConfidentialityConstraintHandler
extends io.undertow.security.handlers.SinglePortConfidentialityHandler
SinglePortConfidentialityHandler
Constructor and Description |
---|
ServletConfidentialityConstraintHandler(ConfidentialPortManager portManager,
io.undertow.server.HttpHandler next) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
confidentialityRequired(io.undertow.server.HttpServerExchange exchange) |
protected URI |
getRedirectURI(io.undertow.server.HttpServerExchange exchange) |
void |
handleRequest(io.undertow.server.HttpServerExchange exchange) |
getRedirectURI
public ServletConfidentialityConstraintHandler(ConfidentialPortManager portManager, io.undertow.server.HttpHandler next)
public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
handleRequest
in interface io.undertow.server.HttpHandler
handleRequest
in class io.undertow.security.handlers.AbstractConfidentialityHandler
Exception
protected boolean confidentialityRequired(io.undertow.server.HttpServerExchange exchange)
confidentialityRequired
in class io.undertow.security.handlers.AbstractConfidentialityHandler
protected URI getRedirectURI(io.undertow.server.HttpServerExchange exchange) throws URISyntaxException
getRedirectURI
in class io.undertow.security.handlers.SinglePortConfidentialityHandler
URISyntaxException
Copyright © 2015. All rights reserved.