org.camunda.bpm.engine.rest.sub.identity
Interface UserResource
- All Known Implementing Classes:
- UserResourceImpl
public interface UserResource
- Author:
- Daniel Meyer
deleteUser
void deleteUser()
getUserProfile
UserProfileDto getUserProfile(@Context
javax.ws.rs.core.UriInfo context)
updateProfile
void updateProfile(UserProfileDto profile)
updateCredentials
void updateCredentials(UserCredentialsDto account)
availableOperations
ResourceOptionsDto availableOperations(@Context
javax.ws.rs.core.UriInfo context)
Copyright © 2016 camunda services GmbH. All rights reserved.