org.camunda.bpm.engine.rest.dto.identity
Class UserCreateDto

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.identity.UserDto
      extended by org.camunda.bpm.engine.rest.dto.identity.UserCreateDto

public class UserCreateDto
extends UserDto

Author:
Daniel Meyer

Field Summary
protected  String password
           
 
Fields inherited from class org.camunda.bpm.engine.rest.dto.identity.UserDto
credentials, profile
 
Constructor Summary
UserCreateDto()
           
 
Method Summary
 String getPassword()
           
 void setPassword(String password)
           
 
Methods inherited from class org.camunda.bpm.engine.rest.dto.identity.UserDto
fromUser, getCredentials, getProfile, setCredentials, setProfile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

password

protected String password
Constructor Detail

UserCreateDto

public UserCreateDto()
Method Detail

getPassword

public String getPassword()

setPassword

public void setPassword(String password)


Copyright © 2016 camunda services GmbH. All rights reserved.