Class SecurityFilterConfig.PathMatcherConfig

  • Enclosing class:
    SecurityFilterConfig

    public static class SecurityFilterConfig.PathMatcherConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String authorizer  
      protected java.lang.String methods  
      protected java.lang.String path  
    • Field Detail

      • path

        protected java.lang.String path
      • methods

        protected java.lang.String methods
      • authorizer

        protected java.lang.String authorizer
    • Constructor Detail

      • PathMatcherConfig

        public PathMatcherConfig()
    • Method Detail

      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)
      • getMethods

        public java.lang.String getMethods()
      • setMethods

        public void setMethods​(java.lang.String methods)
      • getAuthorizer

        public java.lang.String getAuthorizer()
      • setAuthorizer

        public void setAuthorizer​(java.lang.String authorizer)
      • getParsedMethods

        public java.lang.String[] getParsedMethods()