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

java.lang.Object
  extended by org.camunda.bpm.engine.rest.dto.identity.UserDto
Direct Known Subclasses:
UserCreateDto

public class UserDto
extends Object

Author:
Daniel Meyer

Field Summary
protected  UserCredentialsDto credentials
           
protected  UserProfileDto profile
           
 
Constructor Summary
UserDto()
           
 
Method Summary
static UserDto fromUser(User user, boolean isIncludeCredentials)
           
 UserCredentialsDto getCredentials()
           
 UserProfileDto getProfile()
           
 void setCredentials(UserCredentialsDto credentials)
           
 void setProfile(UserProfileDto profile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

profile

protected UserProfileDto profile

credentials

protected UserCredentialsDto credentials
Constructor Detail

UserDto

public UserDto()
Method Detail

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.