public class ManagedUserVM extends UserDTO
| Modifier and Type | Field and Description |
|---|---|
static int |
PASSWORD_MAX_LENGTH |
static int |
PASSWORD_MIN_LENGTH |
| Constructor and Description |
|---|
ManagedUserVM() |
ManagedUserVM(Long id,
String login,
String password,
String firstName,
String lastName,
String langKey,
String createdBy,
ZonedDateTime createdDate,
String lastModifiedBy,
ZonedDateTime lastModifiedDate,
Set<String> authorities) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
toString() |
getAuthorities, getCreatedBy, getCreatedDate, getFirstName, getId, getLangKey, getLastModifiedBy, getLastModifiedDate, getLastName, getLogin, setId, setLastModifiedDate, setLoginpublic static final int PASSWORD_MIN_LENGTH
public static final int PASSWORD_MAX_LENGTH
Copyright © 2017 Power TAC. All rights reserved.