public class ApplicationRequestAuthorizer extends Object implements RequestAuthorizer
This matcher can be used for restricting access to an app.
RequestAuthorizer.AnnonymousAuthorizerAUTHORIZE_ANNONYMOUS| Constructor and Description |
|---|
ApplicationRequestAuthorizer() |
| 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.