Class UserCreateDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.identity.UserDto
-
- org.camunda.bpm.engine.rest.dto.identity.UserCreateDto
-
public class UserCreateDto extends UserDto
- Author:
- Daniel Meyer
-
-
Field Summary
Fields Modifier and Type Field Description protected String
password
-
Fields inherited from class org.camunda.bpm.engine.rest.dto.identity.UserDto
credentials, profile
-
-
Constructor Summary
Constructors Constructor Description UserCreateDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
void
setPassword(String password)
-
Methods inherited from class org.camunda.bpm.engine.rest.dto.identity.UserDto
fromUser, getCredentials, getProfile, setCredentials, setProfile
-
-