Uses of Class
org.camunda.bpm.webapp.impl.security.filter.RequestMatcher
-
Packages that use RequestMatcher Package Description org.camunda.bpm.webapp.impl.security.filter org.camunda.bpm.webapp.impl.security.filter.util -
-
Uses of RequestMatcher in org.camunda.bpm.webapp.impl.security.filter
Fields in org.camunda.bpm.webapp.impl.security.filter with type parameters of type RequestMatcher Modifier and Type Field Description protected List<RequestMatcher>PathFilterRule. allowedPathsprotected List<RequestMatcher>PathFilterRule. deniedPathsMethods in org.camunda.bpm.webapp.impl.security.filter that return types with arguments of type RequestMatcher Modifier and Type Method Description List<RequestMatcher>PathFilterRule. getAllowedPaths()List<RequestMatcher>PathFilterRule. getDeniedPaths() -
Uses of RequestMatcher in org.camunda.bpm.webapp.impl.security.filter.util
Methods in org.camunda.bpm.webapp.impl.security.filter.util that return RequestMatcher Modifier and Type Method Description protected static RequestMatcherFilterRules. transformPathMatcher(SecurityFilterConfig.PathMatcherConfig pathMatcherConfig, String applicationPath)
-