Administering user information
The administration API allows you to administer the information associated with a Verify Identity Access user.
When a user account has been created in the user registry, you can set and get various information about the user. You must create a security context between the calling application and the Verify Identity Access policy server before you can access the user registry. You can obtain the user registry information for a user object by specifying either the Verify Identity Access user name or the user registry name.
Table 1 lists the methods available for administering user information.
| Methods | Description |
|---|---|
| PDUser constructor | Instantiates a user object for the specified Verify Identity Access or user registry name. |
| PDUser object.getDescription | Returns the user description. |
| PDUser object.getRgyName | Returns the user registry name for the user. |
| PDUser object.getId | Returns the name of the object. |
| PDUser object.getFirstName | Returns the first-name attribute for the user. |
| PDUser object.getLastName | Returns the last-name attribute for the user. |
| PDUSer object.getLastLogin | Returns the last login time. |
| PDUser object.getPolicy | Returns the password and account policy settings associated with the user. |
| PDUser object.getGroups | Lists the groups in which the user is a member. |
| PDUser object.isAccountValid | Returns the account-valid indicator for the user. |
| PDUser object.isPDUser | Returns an indicator whether the user is a Verify Identity Access user. |
| PDUser object.isSSOUser | Returns an indicator whether the user has single sign-on capabilities. |
| PDUser.setDescription |
Sets a user description. |
| PDUser.setAccountValid |
Enables or disables a user account. |
| PDUser.setSSOUser |
Enables or disables the single signon capabilities of a user. |
| PDUser object.isPasswordValid | Returns the enabled indicator for the user password. |
| PDUser.setPassword |
Sets a user password. |
| PDUser.setPasswordValid |
Enables or disables a user password. |
For detailed reference information about these methods, see the Javadoc HTML documentation.