Administering resource credentials
A resource credential provides a user ID and password for a single sign-on user-specific resource, such as a Web server or a group of Web servers. The Web resource or group of Web resources must exist before you can apply resource credentials to it.
Resource credential information is stored in the Verify Identity Access entry in the user registry.
You can use the administration API to create, modify, examine, and delete resource credentials.
Table 1 lists the methods for administering credentials.
| FunctionsMethods | Description |
|---|---|
| ivadmin_ssocred_create()
PDSSOCred.createSSOCred | Creates a single sign-on credential. |
| ivadmin_ssocred_delete()
PDSSOCred.deleteSSOCred | Deletes a single sign-on credential. |
| ivadmin_ssocred_get()
PDSSOCred constructor | Returns the specified single sign-on credential. |
| ivadmin_ssocred_getid()
PDSSOCred object.getResourceName |
Returns the name of the single sign-on resource associated with this credential. |
| ivadmin_ssocred_getssopassword()
PDSSOCred object.getResourcePassword |
Returns the password associated with this single sign-on credential. |
| ivadmin_ssocred_getssouser()
PDSSOCred object.getResourceUser |
Returns the name of the resource user associated with the specified single sign-on credential. |
| ivadmin_ssocred_gettype()
PDSSOCred object.getResourceType |
Returns the type of the single sign-on resource associated with the specified single sign-on credential. |
| ivadmin_ssocred_getuser()
PDSSOCred object.getUser |
Returns the name of the Verify Identity Access user associated with this single sign-on credential. |
| ivadmin_ssocred_list()
PDSSOCred.listAndShowSSOCreds |
Returns the list of single sign-on credentials for the specified user. |
| PDSSOCred.listSSOCreds | Returns
the IDs (user, resource, and type) of the
single sign-on credentials for the specified user. This information
is a subset of that returned by the listAndShowSSOCreds method. |
| ivadmin_ssocred_set()
PDSSOCred.setSSOCred | Modifies a single sign-on credential. |
For detailed reference information about these methods, see the Javadoc HTML documentation.