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 class
PathFilterRule
ASecurityFilterRule
that deleagates to a set ofPathMatcher
sFields in org.camunda.bpm.webapp.impl.security.filter with type parameters of type SecurityFilterRule Modifier and Type Field Description java.util.List<SecurityFilterRule>
SecurityFilter. filterRules
Method parameters in org.camunda.bpm.webapp.impl.security.filter with type arguments of type SecurityFilterRule Modifier and Type Method Description static Authorization
SecurityFilter. authorize(java.lang.String requestMethod, java.lang.String requestUri, java.util.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 java.util.List<SecurityFilterRule>
FilterRules. createFilterRules(SecurityFilterConfig config, java.lang.String applicationPath)
static java.util.List<SecurityFilterRule>
FilterRules. load(java.io.InputStream configFileResource, java.lang.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 Authorization
FilterRules. authorize(java.lang.String requestMethod, java.lang.String requestUri, java.util.List<SecurityFilterRule> filterRules)
Iterate over a number of filter rules and match them against the given request.
-