com.tivoli.pd.jcfg
Class SvrSslCfg

java.lang.Object
  |
  +--com.tivoli.pd.jcfg.SvrSslCfg

public final class SvrSslCfg
extends java.lang.Object

This program configures, unconfigures and modifies the configuration information of a Tivoli Access Manager Java application server.

A successful configuration run of this program creates user account and server entries in the Tivoli Access Manager user registry. Locally, the output of a successful configuration run is a configuration file and a Java keystore file that securely stores a client certificate. The certificate allows callers to make authenticated use of Tivoli Access Manager services.

Once a configuration file has been created, the contents can be modified by various options within this program. The information in the configuration file is used at runtime by the Java application server.

A successful unconfiguration run of this program removes the user and server entries from the Tivoli Access Manager user registry and cleans up the local configuration and keystore files. The unconfigure operation is designed to fail only in the event that the policy server is unreachable or the caller is unauthorized to perform the steps needed for unconfiguration. Other errors encountered during unconfiguration are ignored so that all necessary unconfiguration steps are attempted.


Constructor Summary
SvrSslCfg()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Each invocation of the SvrSslCfg program requires an action to be specified with the -action flag.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvrSslCfg

public SvrSslCfg()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws PDException
Each invocation of the SvrSslCfg program requires an action to be specified with the -action flag. The following actions are supported:

Each action requires its own set of input parameters as described by the flags below: