Uses of Class
org.camunda.bpm.engine.rest.dto.identity.UserCredentialsDto

Packages that use UserCredentialsDto
org.camunda.bpm.engine.rest.dto.identity   
org.camunda.bpm.engine.rest.sub.identity   
org.camunda.bpm.engine.rest.sub.identity.impl   
 

Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.dto.identity
 

Fields in org.camunda.bpm.engine.rest.dto.identity declared as UserCredentialsDto
protected  UserCredentialsDto UserDto.credentials
           
 

Methods in org.camunda.bpm.engine.rest.dto.identity that return UserCredentialsDto
static UserCredentialsDto UserCredentialsDto.fromUser(User user)
           
 UserCredentialsDto UserDto.getCredentials()
           
 

Methods in org.camunda.bpm.engine.rest.dto.identity with parameters of type UserCredentialsDto
 void UserDto.setCredentials(UserCredentialsDto credentials)
           
 

Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.sub.identity
 

Methods in org.camunda.bpm.engine.rest.sub.identity with parameters of type UserCredentialsDto
 void UserResource.updateCredentials(UserCredentialsDto account)
           
 

Uses of UserCredentialsDto in org.camunda.bpm.engine.rest.sub.identity.impl
 

Methods in org.camunda.bpm.engine.rest.sub.identity.impl with parameters of type UserCredentialsDto
 void UserResourceImpl.updateCredentials(UserCredentialsDto account)
           
 



Copyright © 2016 camunda services GmbH. All rights reserved.