Class GroupList
java.lang.Object
com.tivoli.am.fim.trustserver.sts.uuser.GroupList
Represents the GroupList
- Version:
- @VERSION@
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
GroupList_java_sourceCodeID
- See Also:
-
GroupList_java_copyright
- See Also:
-
-
Constructor Details
-
GroupList
-
-
Method Details
-
getGroups
-
setGroups
-
addGroup
-
getGroupIterator
-
clear
public void clear() -
removeGroups
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
-
toXml
-