Class SecurityFilterConfig.PathMatcherConfig
- java.lang.Object
-
- org.camunda.bpm.webapp.impl.security.filter.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
-
Constructor Summary
Constructors Constructor Description PathMatcherConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getAuthorizer()
java.lang.String
getMethods()
java.lang.String[]
getParsedMethods()
java.lang.String
getPath()
void
setAuthorizer(java.lang.String authorizer)
void
setMethods(java.lang.String methods)
void
setPath(java.lang.String path)
-
-
-
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()
-
-