Class GroupList

java.lang.Object
com.tivoli.am.fim.trustserver.sts.uuser.GroupList

public class GroupList extends Object
Represents the GroupList
Version:
@VERSION@
  • Field Details

  • Constructor Details

    • GroupList

      public GroupList(Group[] groups)
  • Method Details

    • getGroups

      public Group[] getGroups()
    • setGroups

      public final void setGroups(Group[] groups)
    • addGroup

      public void addGroup(Group g)
    • getGroupIterator

      public Iterator getGroupIterator()
    • clear

      public void clear()
    • removeGroups

      public int removeGroups(String name, String type)
      Remove any groups that match the input name and type. Null for a name or type will match any name or time. In essence clear() == removeGroups(null, null)
      Parameters:
      name - The name of the group.
      type - The group type.
      Returns:
      The number of removed groups.
    • fromXml

      public static GroupList fromXml(Element element)
    • toXml

      public Element toXml(Document owner)