org.camunda.bpm.engine.rest.dto.identity
Class UserDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.identity.UserDto
- Direct Known Subclasses:
- UserCreateDto
public class UserDto
- extends Object
- Author:
- Daniel Meyer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
profile
protected UserProfileDto profile
credentials
protected UserCredentialsDto credentials
UserDto
public UserDto()
fromUser
public static UserDto fromUser(User user,
boolean isIncludeCredentials)
getProfile
public UserProfileDto getProfile()
setProfile
public void setProfile(UserProfileDto profile)
getCredentials
public UserCredentialsDto getCredentials()
setCredentials
public void setCredentials(UserCredentialsDto credentials)
Copyright © 2016 camunda services GmbH. All rights reserved.