Interface ModifiableGroup

All Superinterfaces:
Group

public interface ModifiableGroup extends Group
Group which is modifiable
  • Method Details

    • setLabel

      void setLabel(String label)
      Set the label of this group
      Parameters:
      label - The new label of the group
    • addUser

      void addUser(UserIdentity user)
      Adds a user to this group
      Parameters:
      user - The user to add
    • removeUser

      Removes a user to this group
      Parameters:
      user - The user to add
    • removeUsers

      void removeUsers()
      Removes all users of this group