Class RequestVoter

java.lang.Object
org.hawaiiframework.logging.config.RequestVoter

public class RequestVoter extends Object
Request voter allows configuration of excluded URL request based on paths patterns and HTTP methods.
  • Constructor Details

  • Method Details

    • allowed

      public boolean allowed(jakarta.servlet.http.HttpServletRequest request)
      Return true if the request is allowed.
      Parameters:
      request - The request to check.
      Returns:
      true if the request is allowed.