Administer resource groups
A resource group is a group of web servers that are connected to an ISAM WebSEAL server and using the same set of user IDs and passwords. We can use the administration API to create resource groups. We 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.
We can also use the administration API to add more web resources, when necessary, to an existing resource group.
Methods for administering resource groups.
Methods Description PDSSOResourceGroup.addSSOResource
PDSSOResourceGroup object.addSSOResourceAdd a single sign-on resource to a single sign-on resource group. PDSSOResourceGroup.createSSOResourceGroup Create a single sign-on group resource. PDSSOResourceGroup.deleteSSOResourceGroup Delete a single sign-on group resource. PDSSOResourceGroup constructor Specified single sign-on group resource PDSSOResourceGroup object.getDescription Return the description of the single sign-on group resource. PDSSOResourceGroup object.getId Return the name of the single sign-on group resource. PDSSOResourceGroup object.getSSOResources Return a list of the member single sign-on resource names for the specified single sign-on group. PDSSOResourceGroup.listSSOResourceGroups Return a list of all single sign-on group resource names. PDSSOResourceGroup.removeSSOResource
PDSSOResourceGroup object.removeSSOResourceRemove a single sign-on resource from the specified single sign-on resource group. Depending on the LDAP server in the environment, any attempt to remove a non-existing resource from a group, might generate an error.
Parent topic: Administer single sign-on resources