public interface RequestAuthorizer
| Modifier and Type | Interface and Description |
|---|---|
static class |
RequestAuthorizer.AnnonymousAuthorizer |
| Modifier and Type | Field and Description |
|---|---|
static RequestAuthorizer |
AUTHORIZE_ANNONYMOUS |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
authorize(Map<String,String> parameters)
Authorize a request with the given parameters by returning a valid
Authentication. |
static final RequestAuthorizer AUTHORIZE_ANNONYMOUS
Authorization authorize(Map<String,String> parameters)
Authentication.parameters - Authentication or null if authorization to this request
has not been grantedCopyright © 2014–2019 camunda services GmbH. All rights reserved.