Class SecurityFilterConfig.PathFilterConfig
java.lang.Object
org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathFilterConfig
- Enclosing class:
- SecurityFilterConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<SecurityFilterConfig.PathMatcherConfig>
protected List<SecurityFilterConfig.PathMatcherConfig>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAllowedPaths
(List<SecurityFilterConfig.PathMatcherConfig> allowedPaths) void
setDeniedPaths
(List<SecurityFilterConfig.PathMatcherConfig> protectedPaths)
-
Field Details
-
deniedPaths
-
allowedPaths
-
-
Constructor Details
-
PathFilterConfig
public PathFilterConfig()
-
-
Method Details
-
getDeniedPaths
-
setDeniedPaths
-
getAllowedPaths
-
setAllowedPaths
-