Class OpenUrlDescriptor


  • public class OpenUrlDescriptor
    extends Object
    • Field Detail

      • grantPattern

        protected String grantPattern
      • compiledGrantPattern

        protected Pattern compiledGrantPattern
      • denyPattern

        protected String denyPattern
      • compiledDenyPattern

        protected Pattern compiledDenyPattern
      • method

        protected String method
    • Constructor Detail

      • OpenUrlDescriptor

        public OpenUrlDescriptor()
    • Method Detail

      • 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)