org.camunda.bpm.engine.rest.impl
Class IdentityRestServiceImpl

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.IdentityRestServiceImpl
All Implemented Interfaces:
IdentityRestService

public class IdentityRestServiceImpl
extends AbstractRestProcessEngineAware
implements IdentityRestService


Field Summary
 
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
 
Fields inherited from interface org.camunda.bpm.engine.rest.IdentityRestService
PATH
 
Constructor Summary
IdentityRestServiceImpl(String engineName, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 GroupInfoDto getGroupInfo(String userId)
           
 
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
 

Constructor Detail

IdentityRestServiceImpl

public IdentityRestServiceImpl(String engineName,
                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

getGroupInfo

public GroupInfoDto getGroupInfo(String userId)
Specified by:
getGroupInfo in interface IdentityRestService


Copyright © 2016 camunda services GmbH. All rights reserved.