Package org.camunda.bpm.engine.rest.impl
Class AbstractAuthorizedRestResource
java.lang.Object
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
- Author:
 - Daniel Meyer
 
- 
Field Summary
FieldsFields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath - 
Constructor Summary
ConstructorsConstructorDescriptionAbstractAuthorizedRestResource(String processEngineName, Resource resource, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)  - 
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisAuthorized(Permission permission) protected booleanisAuthorized(Permission permission, Resource resource) protected booleanisAuthorized(Permission permission, Resource resource, String resourceId) Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri 
- 
Field Details
- 
resource
 - 
resourceId
 
 - 
 - 
Constructor Details
- 
AbstractAuthorizedRestResource
 
 - 
 - 
Method Details
- 
isAuthorized
 - 
isAuthorized
 - 
isAuthorized
 
 -