Class ServletAuthenticationConstraintHandler

java.lang.Object
io.undertow.security.handlers.AuthenticationConstraintHandler
io.undertow.servlet.handlers.security.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 Details

    • ServletAuthenticationConstraintHandler

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

    • isAuthenticationRequired

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