public interface Group
UserIdentity
, representing a group of users.Modifier and Type | Method and Description |
---|---|
GroupDirectory |
getGroupDirectory()
Returns the group directory this group belongs to
|
GroupIdentity |
getIdentity()
Returns the identity of this group
|
String |
getLabel()
Returns the label of this group
|
Set<UserIdentity> |
getUsers()
Returns all users of this group.
|
GroupIdentity getIdentity()
GroupDirectory getGroupDirectory()
Set<UserIdentity> getUsers()
UserIdentity