Uses of Interface
org.camunda.bpm.webapp.impl.security.filter.SecurityFilterRule
-
Packages that use SecurityFilterRule Package Description org.camunda.bpm.webapp.impl.security.filter org.camunda.bpm.webapp.impl.security.filter.util -
-
Uses of SecurityFilterRule in org.camunda.bpm.webapp.impl.security.filter
Classes in org.camunda.bpm.webapp.impl.security.filter that implement SecurityFilterRule Modifier and Type Class Description classPathFilterRuleASecurityFilterRulethat deleagates to a set ofPathMatchersFields in org.camunda.bpm.webapp.impl.security.filter with type parameters of type SecurityFilterRule Modifier and Type Field Description List<SecurityFilterRule>SecurityFilter. filterRulesMethod parameters in org.camunda.bpm.webapp.impl.security.filter with type arguments of type SecurityFilterRule Modifier and Type Method Description static AuthorizationSecurityFilter. authorize(String requestMethod, String requestUri, List<SecurityFilterRule> filterRules)Iterate over a number of filter rules and match them against the specified request. -
Uses of SecurityFilterRule in org.camunda.bpm.webapp.impl.security.filter.util
Methods in org.camunda.bpm.webapp.impl.security.filter.util that return types with arguments of type SecurityFilterRule Modifier and Type Method Description static List<SecurityFilterRule>FilterRules. createFilterRules(SecurityFilterConfig config, String applicationPath)static List<SecurityFilterRule>FilterRules. load(InputStream configFileResource, String applicationPath)Method parameters in org.camunda.bpm.webapp.impl.security.filter.util with type arguments of type SecurityFilterRule Modifier and Type Method Description static AuthorizationFilterRules. authorize(String requestMethod, String requestUri, List<SecurityFilterRule> filterRules)Iterate over a number of filter rules and match them against the given request.
-