Class GroupIdentity

java.lang.Object
org.ametys.core.group.GroupIdentity

public class GroupIdentity extends Object
Class containing a group identity, i.e. the id of the group and the id of its group directory.
  • Constructor Details

    • GroupIdentity

      public GroupIdentity(String id, String directoryId)
      Constructs a group identity
      Parameters:
      id - The id of the group
      directoryId - The id of the group directory the group belongs to
  • Method Details