public class EngineRequestAuthorizer extends Object implements RequestAuthorizer
This is a RequestAuthorizer which authorizes all process engine api
requests based on the current authentication
RequestAuthorizer.AnnonymousAuthorizerAUTHORIZE_ANNONYMOUS| Constructor and Description |
|---|
EngineRequestAuthorizer() |
| Modifier and Type | Method and Description |
|---|---|
Authorization |
authorize(Map<String,String> parameters)
Authorize a request with the given parameters by returning a valid
Authentication. |
public Authorization authorize(Map<String,String> parameters)
RequestAuthorizerAuthentication.authorize in interface RequestAuthorizerAuthentication or null if authorization to this request
has not been grantedCopyright © 2014–2019 camunda services GmbH. All rights reserved.