public static class SecurityProperties.User extends Object
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
String |
getPassword() |
List<String> |
getRoles() |
boolean |
isPasswordGenerated() |
void |
setName(String name) |
void |
setPassword(String password) |
void |
setRoles(List<String> roles) |