Administering users
The administration API provides classes and methods for creating, accessing, listing, and deleting Security Verify Access user information within the user registry.
- user
- USER
- User
- UsEr
PDUser.createUser method creates a user in
the user registry that is used by the Security Verify Access policy
server. PDUser.importUser method instead.The PDUser.importUser method imports an existing
user definition from your user registry into Security Verify Access and
allows the user definition to be managed by Security Verify Access.
Use the PDUser.deleteUser method
to delete a user from Security Verify Access.
Table 1 lists the user administration functions.
User registry difference: Leading and trailing blank spaces in a user name do not make the name unique when using an LDAP or Active Directory user registry. However, leading and trailing blanks do make the user name unique when using a Domino server as a user registry. To keep name processing consistent regardless of what user registry is being used, do not define user names with leading or trailing blanks.
| Method | Description |
|---|---|
| PDUser.createUser | Creates the specified user. |
| PDUser.importUser | Creates a Security Verify Access user by importing an existing user from your user registry. |
| PDUser.deleteUser | Deletes the specified user. |
| PDUser.listUsers | Lists Security Verify Access users. |
For detailed reference information about these methods, see the Javadoc HTML documentation.