public class UserData extends Object implements Serializable
Constructor and Description |
---|
UserData() |
Modifier and Type | Method and Description |
---|---|
Set<String> |
getGroups() |
String |
getUserName() |
void |
setGroups(Set<String> groups) |
void |
setUserName(String userName) |