Uses of Class
org.camunda.bpm.engine.rest.dto.identity.UserDto
-
Packages that use UserDto Package Description org.camunda.bpm.admin.impl.web org.camunda.bpm.engine.rest org.camunda.bpm.engine.rest.dto.identity org.camunda.bpm.engine.rest.impl -
-
Uses of UserDto in org.camunda.bpm.admin.impl.web
Methods in org.camunda.bpm.admin.impl.web with parameters of type UserDto Modifier and Type Method Description void
SetupResource. createInitialUser(String processEngineName, UserDto user)
protected void
SetupResource. createInitialUserInternal(String processEngineName, UserDto user, ProcessEngine processEngine)
-
Uses of UserDto in org.camunda.bpm.engine.rest
Methods in org.camunda.bpm.engine.rest with parameters of type UserDto Modifier and Type Method Description void
UserRestService. createUser(UserDto userDto)
-
Uses of UserDto in org.camunda.bpm.engine.rest.dto.identity
Subclasses of UserDto in org.camunda.bpm.engine.rest.dto.identity Modifier and Type Class Description class
UserCreateDto
Methods in org.camunda.bpm.engine.rest.dto.identity that return UserDto Modifier and Type Method Description static UserDto
UserDto. fromUser(User user, boolean isIncludeCredentials)
-
Uses of UserDto in org.camunda.bpm.engine.rest.impl
Methods in org.camunda.bpm.engine.rest.impl with parameters of type UserDto Modifier and Type Method Description void
UserRestServiceImpl. createUser(UserDto userDto)
-