Administer action groups
We can use the administration API to create, examine, and delete new action groups.
Each action group can contain up to 32 actions. The default action group, referred to as the primary action group, contains the 18 predefined Security Verify Access actions, which means we can create up to 14 new actions to the primary group.
When we need to create more than 32 actions, we can use the administration API to define a new action group. ISAM supports up to 32 action groups.
For information about action groups, see the section about creating extended ACL actions and action groups in the IBM Security Verify Access for Web: Administration Guide. Table 1 lists the methods for administering action groups.
Methods Description PDActionGroup.createActionGroup Create new action group with the specified name. PDActionGroup.deleteActionGroup Delete the specified action group and all the actions that belong to the specified group. PDActionGroup.listActionGroups List all the defined action group names.
For detailed reference information about these methods, see the Javadoc HTML documentation.
Parent topic: Administer access control