Class ServletSecurityConstraintHandler

  • All Implemented Interfaces:
    io.undertow.server.HttpHandler

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

      • ServletSecurityConstraintHandler

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

      • handleRequest

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