Class ManagedUserVM
- java.lang.Object
-
- org.powertac.visualizer.service.dto.UserDTO
-
- org.powertac.visualizer.web.rest.vm.ManagedUserVM
-
public class ManagedUserVM extends UserDTO
View Model extending the UserDTO, which is meant to be used in the user management UI.
-
-
Field Summary
Fields Modifier and Type Field Description static int
PASSWORD_MAX_LENGTH
static int
PASSWORD_MIN_LENGTH
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
String
toString()
-
Methods inherited from class org.powertac.visualizer.service.dto.UserDTO
getAuthorities, getCreatedBy, getCreatedDate, getFirstName, getId, getLangKey, getLastModifiedBy, getLastModifiedDate, getLastName, getLogin, setId, setLastModifiedDate, setLogin
-
-
-
-
Field Detail
-
PASSWORD_MIN_LENGTH
public static final int PASSWORD_MIN_LENGTH
- See Also:
- Constant Field Values
-
PASSWORD_MAX_LENGTH
public static final int PASSWORD_MAX_LENGTH
- See Also:
- Constant Field Values
-
-