public class UserProxy extends BasicUserProxy
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getRawPassword() |
List<String> |
getRoles() |
void |
setPassword(String password) |
void |
setRawPassword(String rawPassword) |
void |
setRoles(List<String> roles) |
User |
toUser() |
getEnabled, getId, getUsername, setEnabled, setId, setUsernamepublic UserProxy(User user)
Copyright © 2022 Open Foris. All rights reserved.