Class ServletAuthenticationConstraintHandler

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

    public class ServletAuthenticationConstraintHandler
    extends io.undertow.security.handlers.AuthenticationConstraintHandler
    A simple handler that just sets the auth type to REQUIRED after iterating each of the SingleConstraintMatch instances and identifying if any require authentication.
    Author:
    Stuart Douglas, Darran Lofthouse
    • Constructor Detail

      • ServletAuthenticationConstraintHandler

        public ServletAuthenticationConstraintHandler​(io.undertow.server.HttpHandler next)
    • Method Detail

      • isAuthenticationRequired

        protected boolean isAuthenticationRequired​(io.undertow.server.HttpServerExchange exchange)
        Overrides:
        isAuthenticationRequired in class io.undertow.security.handlers.AuthenticationConstraintHandler