Creating objects
You can use the administration API to create Verify Identity Access objects necessary to complete administrative tasks.
Before you create an object, you must initialize the administration API and establish a security context.
To create an object, use the static creation method associated with the administration object. For example, to create a Verify Identity Access user, you would use the PDUser.createUser() static method. This method results in the Verify Identity Access user being created immediately on the policy server. See the following static method sample, Creating a user.
|