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 List<SecurityFilterConfig.PathMatcherConfig>SecurityFilterConfig.PathFilterConfig. allowedPathsprotected List<SecurityFilterConfig.PathMatcherConfig>SecurityFilterConfig.PathFilterConfig. deniedPathsMethods in org.camunda.bpm.webapp.impl.security.filter that return types with arguments of type SecurityFilterConfig.PathMatcherConfig Modifier and Type Method Description List<SecurityFilterConfig.PathMatcherConfig>SecurityFilterConfig.PathFilterConfig. getAllowedPaths()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 voidSecurityFilterConfig.PathFilterConfig. setAllowedPaths(List<SecurityFilterConfig.PathMatcherConfig> allowedPaths)voidSecurityFilterConfig.PathFilterConfig. setDeniedPaths(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 RequestMatcherFilterRules. transformPathMatcher(SecurityFilterConfig.PathMatcherConfig pathMatcherConfig, String applicationPath)
-