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
-
-
Constructor Summary
Constructors Constructor Description PathMatcherConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorizer()StringgetMethods()String[]getParsedMethods()StringgetPath()voidsetAuthorizer(String authorizer)voidsetMethods(String methods)voidsetPath(String path)
-
-
-
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()
-
-