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
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
-
Constructor Summary
ConstructorDescriptionAbstractAuthorizedRestResource
(String processEngineName, Resource resource, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
isAuthorized
(Permission permission) protected boolean
isAuthorized
(Permission permission, Resource resource) protected boolean
isAuthorized
(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
-