org.camunda.bpm.engine.rest.sub.identity.impl
Class UserResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.spi.impl.AbstractProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractRestProcessEngineAware
org.camunda.bpm.engine.rest.impl.AbstractAuthorizedRestResource
org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
- All Implemented Interfaces:
- UserResource
public class UserResourceImpl
- extends AbstractIdentityResource
- implements UserResource
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rootResourcePath
protected String rootResourcePath
UserResourceImpl
public UserResourceImpl(String processEngineName,
String userId,
String rootResourcePath,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getUserProfile
public UserProfileDto getUserProfile(javax.ws.rs.core.UriInfo context)
- Specified by:
getUserProfile in interface UserResource
availableOperations
public ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
- Specified by:
availableOperations in interface UserResource
deleteUser
public void deleteUser()
- Specified by:
deleteUser in interface UserResource
updateCredentials
public void updateCredentials(UserCredentialsDto account)
- Specified by:
updateCredentials in interface UserResource
updateProfile
public void updateProfile(UserProfileDto profile)
- Specified by:
updateProfile in interface UserResource
findUserObject
protected User findUserObject()
Copyright © 2016 camunda services GmbH. All rights reserved.