Package org.flowable.ui.idm.model
Class CreateUserRepresentation
- java.lang.Object
-
- org.flowable.ui.common.model.AbstractRepresentation
-
- org.flowable.ui.common.model.UserRepresentation
-
- org.flowable.ui.idm.model.CreateUserRepresentation
-
public class CreateUserRepresentation extends UserRepresentation
- Author:
- Joram Barrez
-
-
Constructor Summary
Constructors Constructor Description CreateUserRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()voidsetPassword(String password)-
Methods inherited from class org.flowable.ui.common.model.UserRepresentation
getEmail, getFirstName, getFullName, getGroups, getId, getLastName, getPrivileges, getTenantId, setEmail, setFirstName, setFullName, setGroups, setId, setLastName, setPrivileges, setTenantId
-
-