public class ServletConfidentialityConstraintHandler extends SinglePortConfidentialityHandler
SinglePortConfidentialityHandler| Constructor and Description |
|---|
ServletConfidentialityConstraintHandler(ConfidentialPortManager portManager,
HttpHandler next) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
confidentialityRequired(HttpServerExchange exchange) |
protected URI |
getRedirectURI(HttpServerExchange exchange) |
void |
handleRequest(HttpServerExchange exchange) |
protected boolean |
isConfidential(HttpServerExchange exchange)
Use the HttpServerExchange supplied to check if this request is already 'sufficiently' confidential.
|
getRedirectURIpublic ServletConfidentialityConstraintHandler(ConfidentialPortManager portManager, HttpHandler next)
public void handleRequest(HttpServerExchange exchange) throws Exception
handleRequest in interface HttpHandlerhandleRequest in class AbstractConfidentialityHandlerExceptionprotected boolean confidentialityRequired(HttpServerExchange exchange)
confidentialityRequired in class AbstractConfidentialityHandlerprotected URI getRedirectURI(HttpServerExchange exchange) throws URISyntaxException
getRedirectURI in class SinglePortConfidentialityHandlerURISyntaxExceptionprotected boolean isConfidential(HttpServerExchange exchange)
isConfidential in class AbstractConfidentialityHandlerexchange - - The HttpServerExchange for the request being processed.Copyright © 2022 JBoss by Red Hat. All rights reserved.