com.tivoli.pd.jazn.demo
Class PDDemoSetup

java.lang.Object
  extended bycom.tivoli.pd.jazn.demo.PDDemoSetup

public final class PDDemoSetup
extends java.lang.Object

Access Manager PDDemoSetup class.

This class creates the configuration file necessary to run either the PDPermissionDemo or the PDJaasDemo. The user is given the option of creating/updating the files in the lib/security directory of the jre currently in use to which the changes necessary to support the PDJaasDemo.

The PDDemoSetup prompts the user for the information needed to create a configuration file. If the creation of the configuration file fails, the user is prompted for whether or not to try again.

The PDDemoSetup prompts the user for whether or not the user wishes to setup the jre to run the PDJaasDemo. The existing files in the lib/security directory of the jre are backed up prior to update.


Constructor Summary
PDDemoSetup(java.lang.String[] argv)
          Constructs a PDDemoSetup object.
 
Method Summary
static void main(java.lang.String[] argv)
          Main program.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDDemoSetup

public PDDemoSetup(java.lang.String[] argv)
Constructs a PDDemoSetup object.

Method Detail

main

public static void main(java.lang.String[] argv)
Main program.