Class SecurityPathMatches

java.lang.Object
io.undertow.servlet.handlers.security.SecurityPathMatches

public class SecurityPathMatches extends Object
Author:
Stuart Douglas
  • Method Details

    • isEmpty

      public boolean isEmpty()
      Returns:
      true If no security path information has been defined
    • getSecurityInfo

      public io.undertow.servlet.handlers.security.SecurityPathMatch getSecurityInfo(String path, String method)
    • logWarningsAboutUncoveredMethods

      public void logWarningsAboutUncoveredMethods()
    • builder

      public static SecurityPathMatches.Builder builder(DeploymentInfo deploymentInfo)