Class SecurityFilterConfig.PathMatcherConfig

    • Field Detail

      • methods

        protected String methods
      • authorizer

        protected String authorizer
    • Constructor Detail

      • PathMatcherConfig

        public PathMatcherConfig()
    • Method Detail

      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getMethods

        public String getMethods()
      • setMethods

        public void setMethods​(String methods)
      • getAuthorizer

        public String getAuthorizer()
      • setAuthorizer

        public void setAuthorizer​(String authorizer)
      • getParsedMethods

        public String[] getParsedMethods()