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 TypeMethodDescriptionvoidsetAllowedPaths(List<SecurityFilterConfig.PathMatcherConfig> allowedPaths) voidsetDeniedPaths(List<SecurityFilterConfig.PathMatcherConfig> protectedPaths)
-
Field Details
-
deniedPaths
-
allowedPaths
-
-
Constructor Details
-
PathFilterConfig
public PathFilterConfig()
-
-
Method Details
-
getDeniedPaths
-
setDeniedPaths
-
getAllowedPaths
-
setAllowedPaths
-