Administer Web resources

A Web resource is a Web server that serves as the backend of an ISAM WebSEAL junction. An application on the joined Web server can require users to authenticate specifically to the application.

The authentication information, such as user name and password, often differs from the authentication information used by ISAM. Because of this difference, the junctioned Web server requires an authenticated Security Verify Access user to log in again, using the user name and password specific to the application on the joined Web server.

We can use the administration API to configure IBM Security Verify Access so that Security Verify Access users must authenticate only one time. We must define a Web resource (server) and then define a user-specific resource credential that contains user-specific authentication information for the Web resource.

This section describes how to create, modify, and delete Web resources. Administration of resource credentials is described in Administer resource credentials.

Table 1 lists the methods for administering Web resources.

Methods Description
PDSSOResource.createSSOResource Create a single sign-on Web resource.
PDSSOResource.deleteSSOResource Delete the specified single sign-on Web resource.
PDSSOResource constructor Instantiate the specified single sign-on Web resource.
PDSSOResource object.getDescription Returns the description of the specified single sign-on Web resource.
PDSSOResource object.getId Returns the name (identifier) of the specified single sign-on Web resource.
PDSSOResource.listSSOResources Returns a list of all the single sign-on Web resource names.

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

Parent topic: Administer single sign-on resources