org.camunda.bpm.engine.rest.sub.identity
Interface UserResource

All Known Implementing Classes:
UserResourceImpl

public interface UserResource

Author:
Daniel Meyer

Method Summary
 ResourceOptionsDto availableOperations(javax.ws.rs.core.UriInfo context)
           
 void deleteUser()
           
 UserProfileDto getUserProfile(javax.ws.rs.core.UriInfo context)
           
 void updateCredentials(UserCredentialsDto account)
           
 void updateProfile(UserProfileDto profile)
           
 

Method Detail

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.