org.camunda.bpm.engine.rest.impl
Class AbstractAuthorizedRestResource
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
- Direct Known Subclasses:
- AbstractIdentityResource, AuthorizationResourceImpl, AuthorizationRestServiceImpl, FilterResourceImpl, FilterRestServiceImpl, GroupRestServiceImpl, TenantRestServiceImpl, UserRestServiceImpl
public abstract class AbstractAuthorizedRestResource
- extends AbstractRestProcessEngineAware
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resource
protected final Resource resource
resourceId
protected final String resourceId
AbstractAuthorizedRestResource
public AbstractAuthorizedRestResource(String processEngineName,
Resource resource,
String resourceId,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
isAuthorized
protected boolean isAuthorized(Permission permission,
Resource resource,
String resourceId)
isAuthorized
protected boolean isAuthorized(Permission permission,
Resource resource)
isAuthorized
protected boolean isAuthorized(Permission permission)
Copyright © 2016 camunda services GmbH. All rights reserved.