Administration Java classes overview

A set of Java™ classes is provided for creating, modifying, examining, listing, and deleting each of the preceding object types. The classes include the methods necessary for manipulating each of these administration objects. These administration Java classes are packaged in the PD.jar file that is installed as part of the ISAM Java runtime environment component. Applications which use the Java runtime environment provided with ISAM automatically have access to these classes and methods.

The administration Java classes can be used to administer the following types of objects:

The administration API Java classes communicate directly with the ISAM policy server component. The API establishes an authenticated, Secure Socket Layer (SSL) session with the ISAM policy server process. After the SSL session is established, the classes can send administration requests to the policy server.

The ISAM policy server component services these requests in the same manner that it would service any other incoming requests.

Parent topic: Introduction to the administration API