Class SecurityFilterConfig.PathMatcherConfig

java.lang.Object
org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
Enclosing class:
SecurityFilterConfig

public static class SecurityFilterConfig.PathMatcherConfig extends Object
  • Field Details

    • path

      protected String path
    • methods

      protected String methods
    • authorizer

      protected String authorizer
  • Constructor Details

    • PathMatcherConfig

      public PathMatcherConfig()
  • Method Details

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