| Package | Description |
|---|---|
| org.camunda.bpm.webapp.impl.security.filter | |
| org.camunda.bpm.webapp.impl.security.filter.util |
| Modifier and Type | Class and Description |
|---|---|
class |
PathFilterRule
A
SecurityFilterRule that deleagates to a set of PathMatchers |
| Modifier and Type | Field and Description |
|---|---|
List<SecurityFilterRule> |
SecurityFilter.filterRules |
| Modifier and Type | Method and Description |
|---|---|
static Authorization |
SecurityFilter.authorize(String requestMethod,
String requestUri,
List<SecurityFilterRule> filterRules)
Iterate over a number of filter rules and match them against
the specified request.
|
| Modifier and Type | Method and Description |
|---|---|
static List<SecurityFilterRule> |
FilterRules.createFilterRules(SecurityFilterConfig config) |
static List<SecurityFilterRule> |
FilterRules.load(InputStream configFileResource) |
| Modifier and Type | Method and Description |
|---|---|
static Authorization |
FilterRules.authorize(String requestMethod,
String requestUri,
List<SecurityFilterRule> filterRules)
Iterate over a number of filter rules and match them against
the given request.
|
Copyright © 2014–2019 camunda services GmbH. All rights reserved.