Class ManagedUserVM
- java.lang.Object
-
- de.trustable.ca3s.core.service.dto.UserDTO
-
- de.trustable.ca3s.core.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 intPASSWORD_MAX_LENGTHstatic intPASSWORD_MIN_LENGTH
-
Constructor Summary
Constructors Constructor Description ManagedUserVM()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPassword()voidsetPassword(String password)StringtoString()-
Methods inherited from class de.trustable.ca3s.core.service.dto.UserDTO
getAuthorities, getCreatedBy, getCreatedDate, getEmail, getFirstName, getId, getImageUrl, getLangKey, getLastModifiedBy, getLastModifiedDate, getLastName, getLogin, isActivated, setActivated, setAuthorities, setCreatedBy, setCreatedDate, setEmail, setFirstName, setId, setImageUrl, setLangKey, setLastModifiedBy, setLastModifiedDate, setLastName, 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
-
-