Previous Topic: Configuring the Java Proxy CommunicationsNext Topic: Security User Exits


User Exits

The user exits that are invoked at runtime for a Java Proxy are common to other Java execution environments.

Note: For more information about each user exit, see User Exit Reference Guide.

CA Gen user can modify the behavior of the runtime environment by the way of User Exits. Several user exits are useful during the deployment of the CA Gen Java proxies. The Java user exits apply to either the normal or classic style Java Proxies. The exits that apply to proxies can be grouped into two categories: security and communication.

After modifying Java user exits, the Java class must be recompiled. Then the class must be deployed to replace the old version in the CLASSPATH. If a runtime JAR was built using mkjavart.bat, then it must be rebuilt.

Note: CA Gen runtimes are designed to run in a multi-threaded environment so custom algorithms are thread safe.

The following user exits are bundled together as Java classes. The user exits are installed as part of the Java Proxy runtime.

More information:

Deploying a Java Proxy