Class ServletSecurityConstraintHandler

java.lang.Object
io.undertow.servlet.handlers.security.ServletSecurityConstraintHandler
All Implemented Interfaces:
io.undertow.server.HttpHandler

public class ServletSecurityConstraintHandler extends Object implements io.undertow.server.HttpHandler
Author:
Stuart Douglas
  • Constructor Details

    • ServletSecurityConstraintHandler

      public ServletSecurityConstraintHandler(SecurityPathMatches securityPathMatches, io.undertow.server.HttpHandler next)
  • Method Details

    • handleRequest

      public void handleRequest(io.undertow.server.HttpServerExchange exchange) throws Exception
      Specified by:
      handleRequest in interface io.undertow.server.HttpHandler
      Throws:
      Exception