Groups
- Create a group
- Showing group details
- Deleting a group
The following sample code displays the steps to delete the Security Verify Access group testgroup from the ISAM domain Default and remove the native LDAP entry.- Importing a native group
- Listing group members
- Add or remove group members
- Modifying group attribute
The following example demonstrates how to modify the groups description attribute.- Users and per-user policy
- Showing user details
- Deleting a user
If the native LDAP entry is a member of another ISAM domain, or another application has placed child entries beneath it, the removal of the native LDAP entry fails. An exception is thrown from the API but the Security Verify Access component is still removed.- Importing a native user
- Listing a user's group memberships
- Modifying user attributes
Ensure that you fetch the user before we modify the user attributes.- Resetting the user password
This action is the equivalent to pdamin command user modify testuser password changeme.- Changing the user password
To change the user password, authenticate the old password and request to set a new password.- Authenticating the user Password
This section provides an example showing the authentication script.Parent topic: Registry Direct Java API