Class AbstractIdentityResource
java.lang.Object
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
- Direct Known Subclasses:
GroupMembersResourceImpl
,GroupResourceImpl
,TenantGroupMembersResourceImpl
,TenantResourceImpl
,TenantUserMembersResourceImpl
,UserResourceImpl
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
resource, resourceId
Fields inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
objectMapper, relativeRootResourcePath
-
Constructor Summary
ConstructorDescriptionAbstractIdentityResource
(String processEngineName, Resource resource, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
isAuthorized, isAuthorized, isAuthorized
Methods inherited from class org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
getObjectMapper, getProcessEngine, setRelativeRootResourceUri
-
Field Details
-
identityService
-
-
Constructor Details
-
AbstractIdentityResource
-
-
Method Details
-
ensureNotReadOnly
protected void ensureNotReadOnly()
-