Administering resource groups

A resource group is a group of web servers that are connected to a Verify Identity Access WebSEAL server and that use the same set of user IDs and passwords.

You can use the administration API to create resource groups. You can then create a single resource credential for all the resources in the resource group. A single resource credential lets you simplify the management of web resources by grouping similar web resources into resource groups.

You can also use the administration API to add more web resources, when necessary, to an existing resource group.

Table 1 lists the methods for administering resource groups.

Table 1. Administering resource groups
FunctionsMethods Description
ivadmin_ssogroup_addres()

PDSSOResourceGroup.addSSOResource
PDSSOResourceGroup object.addSSOResource

Adds a single sign-on resource to a single sign-on resource group.
ivadmin_ssogroup_create()

PDSSOResourceGroup.createSSOResourceGroup

Creates a single sign-on group resource.
ivadmin_ssogroup_delete()

PDSSOResourceGroup.deleteSSOResourceGroup

Deletes a single sign-on group resource.
ivadmin_ssogroup_get()

PDSSOResourceGroup constructor

Returns the specified single sign-on group resource.
ivadmin_ssogroup_getdescription()

PDSSOResourceGroup object.getDescription

Returns the description of the single sign-on group resource.
ivadmin_ssogroup_getid()

PDSSOResourceGroup object.getId

Returns the name of the single sign-on group resource.
ivadmin_ssogroup_getresources()

PDSSOResourceGroup object.getSSOResources

Returns a list of the member single sign-on resource names for the specified single sign-on group.
ivadmin_ssogroup_list()

PDSSOResourceGroup.listSSOResourceGroups

Returns a list of all single sign-on group resource names.
ivadmin_ssogroup_removeres()

PDSSOResourceGroup.removeSSOResource
PDSSOResourceGroup object.removeSSOResource

Removes a single sign-on resource from the specified single sign-on resource group.

Depending on the LDAP server in your environment, any attempt to remove a non-existing resource from a group, might generate an error.

For detailed reference information about these methods, see the Javadoc HTML documentation.