Administering groups
The administration API provides methods for creating, accessing, listing, and deleting Verify Identity Access group information from the user registry.
The
name of a group is not case-sensitive. The following group names all
pertain to the same Verify Identity Access group:
groupGROUPGroupGrOuP
The PDGroup.createGroup method creates a group
in the user registry that is used by the Verify Identity Access policy
server.
Note: When a group definition exists in the user registry, use the
PDGroup.importGroup method
instead.The PDGroup.importGroup method imports an existing
group definition from the user registry into Verify Identity Access and
allows the group definition to be managed by Verify Identity Access.
Table 1 lists the group administration functions.
| Method | Description |
|---|---|
| PDGroup.createGroup | Creates the specified group. |
| PDGroup.importGroup | Creates a Verify Identity Access group by importing an existing group from the user registry. |
| PDGroup.deleteGroup | Deletes the specified group. |
| PDGroup.listGroups | Lists Verify Identity Access groups. |
For detailed reference information about these methods, see the Javadoc HTML documentation.