org.camunda.bpm.engine.rest.sub.identity.impl
Class AbstractIdentityResource

java.lang.Object
  extended by org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
      extended by org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
          extended by org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
              extended by org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
Direct Known Subclasses:
GroupMembersResourceImpl, GroupResourceImpl, TenantGroupMembersResourceImpl, TenantResourceImpl, TenantUserMembersResourceImpl, UserResourceImpl

public abstract class AbstractIdentityResource
extends AbstractAuthorizedRestResource

Author:
Daniel Meyer

Field Summary
protected  IdentityService identityService
           
 
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
 
Fields inherited from class org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
processEngine
 
Constructor Summary
AbstractIdentityResource(String processEngineName, Resource resource, String resourceId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
protected  void ensureNotReadOnly()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identityService

protected final IdentityService identityService
Constructor Detail

AbstractIdentityResource

public AbstractIdentityResource(String processEngineName,
                                Resource resource,
                                String resourceId,
                                com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

ensureNotReadOnly

protected void ensureNotReadOnly()


Copyright © 2016 camunda services GmbH. All rights reserved.