public class RequestMatcher extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestMatcher.Match |
| Constructor and Description |
|---|
RequestMatcher(RequestFilter filter,
RequestAuthorizer authorizer) |
| Modifier and Type | Method and Description |
|---|---|
RequestMatcher.Match |
match(String requestMethod,
String requestUri) |
public RequestMatcher(RequestFilter filter, RequestAuthorizer authorizer)
public RequestMatcher.Match match(String requestMethod, String requestUri)
Copyright © 2014–2019 camunda services GmbH. All rights reserved.