Class UserDto

java.lang.Object
org.flowable.spring.security.UserDto
All Implemented Interfaces:
Serializable, User

public class UserDto extends Object implements User, Serializable
An immutable serializable implementation of User. This implementation allows mutation only for the password, in order for it to be removed by Spring Security when the credentials are erased.
Author:
Filip Hrisafov
See Also: