Class UserResourceImpl
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
org.camunda.bpm.engine.rest.sub.identity.impl.UserResourceImpl
- All Implemented Interfaces:
UserResource
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
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
-
Constructor Summary
ConstructorDescriptionUserResourceImpl
(String processEngineName, String userId, String rootResourcePath, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionavailableOperations
(jakarta.ws.rs.core.UriInfo context) void
protected User
getUserProfile
(jakarta.ws.rs.core.UriInfo context) void
void
updateCredentials
(UserCredentialsDto account) void
updateProfile
(UserProfileDto profile) Methods inherited from class org.camunda.bpm.engine.rest.sub.identity.impl.AbstractIdentityResource
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
-
Field Details
-
rootResourcePath
-
-
Constructor Details
-
UserResourceImpl
-
-
Method Details
-
getUserProfile
- Specified by:
getUserProfile
in interfaceUserResource
-
availableOperations
- Specified by:
availableOperations
in interfaceUserResource
-
deleteUser
public void deleteUser()- Specified by:
deleteUser
in interfaceUserResource
-
unlockUser
public void unlockUser()- Specified by:
unlockUser
in interfaceUserResource
-
updateCredentials
- Specified by:
updateCredentials
in interfaceUserResource
-
updateProfile
- Specified by:
updateProfile
in interfaceUserResource
-
findUserObject
-