Listing objects
Some administrative tasks require the Java™ application to obtain a list of objects. This section describes the method for listing objects based on their Java class.
For example, an administrator must review the list of existing users to decide whether a new user must be created.
Table 1 lists the appropriate method to use to list objects based on the Java class that represents an administration object.
| Object | FunctionMethod to list objects |
|---|---|
| PDAcl | PDAcl.listAcls |
| PDGroup | PDGroup.listGroups |
| PDProtObject | PDProtObject.listProtObjects |
| PDProtObjectSpace | PDProtObjectSpace.listProtObjectSpaces |
| PDUser | PDUser.listUsers |
| PDDomain | PDDomain.listDomains |
| PDAuthzRule | PDAuthzRule.listAuthzRules |