public interface User
Modifier and Type | Method and Description |
---|---|
Attribute |
getAttribute(java.lang.String name)
Get the attribute with the specified name.
|
java.util.List<Attribute> |
getAttributes()
Get the attributes.
|
Group |
getGroup(java.lang.String name)
Get the group with the specified name.
|
java.util.List<Group> |
getGroups()
Get the groups.
|
java.lang.String |
getUsername()
Get the username.
|
java.lang.String getUsername()
java.util.List<Group> getGroups()
Group getGroup(java.lang.String name)
name
- The group name.java.util.List<Attribute> getAttributes()
Attribute getAttribute(java.lang.String name)
name
- The attribute name.