Authorization API components

The authorization API Java classes are installed as part of the IBM Security Verify Access Runtime for Java component. These classes communicate directly with the ISAM authorization server by establishing an authenticated, SSL session with the authorization server process.

Files related to the authorization API installed as part of the ISAM Runtime for Java.

Directory Files File description
/path/to/nls/javadocs/pdjrte/index.html index.html Javadoc HTML documentation for the Java classes and methods provided with the ISAM Java runtime component.
JAVA_HOME/lib/ext PD.jar Administration API classes and methods. When we use pdjrtecfg to configure the runtime component the WAS v9 JRE the archive file is copied to this location. There is no need to modify the CLASSPATH in the environment to access the classes and methods defined in this archive file. For the WAS v 8.x JRE, put PD.jar in WAS_HOME/tivoli/tam and add it to the CLASSPATH when using the JRE standalone. For example, if we are using the JRE outside of a WAS JVM.
/path/to/example/pdadminapi_demo/java README.PDAdminDemo
PDAdminDemo.java
PDAdminDemo.class
PDAdminDemo$ConsoleEraser.class
A demonstration program is provided to illustrate the use of the administration Java APIs. We can copy the demonstration program to any directory. The readme file explains how to run and recompile the demonstration program.
/path/to/example/authz_demo/java PDCallbackHandler.class
PDDemoSetup.class
PDDemoSetup.java
PDJaasDemo$1.class
PDJaasDemo.class
PDJaasDemo.java
PDListObjectsDemo.class
PDListObjectsDemo.java
PDPermissionDemo.class
PDPermissionDemo.java
README.JaznDemo
These files consist of various demonstrations which illustrates the use of ISAM Java authorization APIs. See README.JaznDemo for a description on how to run the various demonstrations.
/path/to/example/localremote_demo/java PDLRAuthzDemo1.class
PDLRAuthzDemo1.java
PDLRAuthzDemo2$1.class
PDLRAuthzDemo2$2.class
PDLRAuthzDemo2.class
PDLRAuthzDemo2.java
PDLRExerciseDialog$1.class
PDLRExerciseDialog$2.class
PDLRExerciseDialog$3.class
PDLRExerciseDialog$4.class
PDLRExerciseDialog.class
PDLRExerciseDialog.java
PDLRTestDemo.class
PDLRTestDemo.java
PDtamdemoException.class
PDtamdemoException.java
PDTimer.class
PDTimer.java
README.PDLocalRemoteDemo
This file consists of a demonstration that illustrates the use of both the local and remote modes ISAM administration and authorization APIs. The demonstration provides a graphical user interface for defining the various setup parameters. See the README.PDlocalRemoteDemo for a description on how to generate the documentation for the demonstration classes.

To make the JAR files listed in Table 1 available to a particular JRE, see Configure the IBM Security Verify Access Runtime for Java component to a particular environment.

Parent topic: Introduction to the authorization API