Class ServletSecurityConstraintHandler
java.lang.Object
io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler
- All Implemented Interfaces:
HttpHandler
- Author:
- Stuart Douglas
-
Constructor Summary
ConstructorsConstructorDescriptionServletSecurityConstraintHandler(SecurityPathMatches securityPathMatches, HttpHandler next) -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRequest(HttpServerExchange exchange) Handle the request.
-
Constructor Details
-
ServletSecurityConstraintHandler
-
-
Method Details
-
handleRequest
Description copied from interface:HttpHandlerHandle the request.- Specified by:
handleRequestin interfaceHttpHandler- Parameters:
exchange- the HTTP request/response exchange- Throws:
Exception
-