Package org.ametys.core.group
Interface Group
- All Known Subinterfaces:
ModifiableGroup
public interface Group
A user group is a set of
A group contains any number of users, and a single user may belong to any number of groups.
UserIdentity
, representing a group of users.A group contains any number of users, and a single user may belong to any number of groups.
-
Method Details
-
getIdentity
Returns the identity of this group- Returns:
- the identity of this group
-
getLabel
Returns the label of this group- Returns:
- the label of this group
-
getGroupDirectory
Returns the group directory this group belongs to- Returns:
- the group directory this group belongs to
-
getUsers
Returns all users of this group.- Returns:
- Users as a Set of
UserIdentity
-