public class UserInfo extends Object
Constructor and Description |
---|
UserInfo(String username,
String password,
String tenant,
List<String> groups) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getGroups() |
String |
getTenant() |
String |
getUsername() |
void |
setGroups(List<String> groups) |
void |
setPassword(String password) |
void |
setTenant(String tenant) |
void |
setUsername(String username) |
String |
toString() |