Uses of Class
org.camunda.bpm.webapp.impl.security.filter.SecurityFilterConfig.PathMatcherConfig
-
Packages that use SecurityFilterConfig.PathMatcherConfig Package Description org.camunda.bpm.webapp.impl.security.filter org.camunda.bpm.webapp.impl.security.filter.util -
-
Uses of SecurityFilterConfig.PathMatcherConfig in org.camunda.bpm.webapp.impl.security.filter
Fields in org.camunda.bpm.webapp.impl.security.filter with type parameters of type SecurityFilterConfig.PathMatcherConfig Modifier and Type Field Description protected java.util.List<SecurityFilterConfig.PathMatcherConfig>
SecurityFilterConfig.PathFilterConfig. allowedPaths
protected java.util.List<SecurityFilterConfig.PathMatcherConfig>
SecurityFilterConfig.PathFilterConfig. deniedPaths
Methods in org.camunda.bpm.webapp.impl.security.filter that return types with arguments of type SecurityFilterConfig.PathMatcherConfig Modifier and Type Method Description java.util.List<SecurityFilterConfig.PathMatcherConfig>
SecurityFilterConfig.PathFilterConfig. getAllowedPaths()
java.util.List<SecurityFilterConfig.PathMatcherConfig>
SecurityFilterConfig.PathFilterConfig. getDeniedPaths()
Method parameters in org.camunda.bpm.webapp.impl.security.filter with type arguments of type SecurityFilterConfig.PathMatcherConfig Modifier and Type Method Description void
SecurityFilterConfig.PathFilterConfig. setAllowedPaths(java.util.List<SecurityFilterConfig.PathMatcherConfig> allowedPaths)
void
SecurityFilterConfig.PathFilterConfig. setDeniedPaths(java.util.List<SecurityFilterConfig.PathMatcherConfig> protectedPaths)
-
Uses of SecurityFilterConfig.PathMatcherConfig in org.camunda.bpm.webapp.impl.security.filter.util
Methods in org.camunda.bpm.webapp.impl.security.filter.util with parameters of type SecurityFilterConfig.PathMatcherConfig Modifier and Type Method Description protected static RequestMatcher
FilterRules. transformPathMatcher(SecurityFilterConfig.PathMatcherConfig pathMatcherConfig, java.lang.String applicationPath)
-