Class OpenUrlDescriptor

java.lang.Object
org.nuxeo.ecm.platform.ui.web.auth.service.OpenUrlDescriptor

public class OpenUrlDescriptor extends Object
  • Field Details

    • name

      protected String name
    • grantPattern

      protected String grantPattern
    • compiledGrantPattern

      protected Pattern compiledGrantPattern
    • denyPattern

      protected String denyPattern
    • compiledDenyPattern

      protected Pattern compiledDenyPattern
    • method

      protected String method
  • Constructor Details

    • OpenUrlDescriptor

      public OpenUrlDescriptor()
  • Method Details

    • getName

      public String getName()
    • setGrantPattern

      public void setGrantPattern(String grantPattern)
    • getGrantPattern

      public String getGrantPattern()
    • getCompiledGrantPattern

      public Pattern getCompiledGrantPattern()
    • getCompiledDenyPattern

      public Pattern getCompiledDenyPattern()
    • getDenyPattern

      public String getDenyPattern()
    • getMethod

      public String getMethod()
    • allowByPassAuth

      public boolean allowByPassAuth(javax.servlet.http.HttpServletRequest httpRequest)