Class ServletSecurityConstraintHandler
- java.lang.Object
-
- io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler
-
- All Implemented Interfaces:
HttpHandler
public class ServletSecurityConstraintHandler extends Object implements HttpHandler
- Author:
- Stuart Douglas
-
-
Constructor Summary
Constructors Constructor Description ServletSecurityConstraintHandler(SecurityPathMatches securityPathMatches, HttpHandler next)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(HttpServerExchange exchange)
-
-
-
Constructor Detail
-
ServletSecurityConstraintHandler
public ServletSecurityConstraintHandler(SecurityPathMatches securityPathMatches, HttpHandler next)
-
-
Method Detail
-
handleRequest
public void handleRequest(HttpServerExchange exchange) throws Exception
- Specified by:
handleRequestin interfaceHttpHandler- Throws:
Exception
-
-