com.ibm.di.plugin.idipwsync
Class GenPropertiesFile

java.lang.Object
  extended by com.ibm.di.plugin.idipwsync.GenPropertiesFile

public class GenPropertiesFile
extends Object

Creates a properties file with specified passwords encoded and converted to ascii. Other props are set up for modificiation by editing the file.


Constructor Summary
GenPropertiesFile()
          GenPropertiesFile constructor comment.
 
Method Summary
static void main(String[] argv)
          usage: java com.ibm.di.plugin.idipwsync.GenPropertiesFile.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenPropertiesFile

public GenPropertiesFile()
GenPropertiesFile constructor comment.

Method Detail

main

public static void main(String[] argv)
usage: java com.ibm.di.plugin.idipwsync.GenPropertiesFile. filepath ldapPassword keystorePassword where: filepath is full file identifier of the file to be created ldapLoginPassword is the unencoded password for access to the LDAP server sslKeystorePassword is unencoded password to the client ssl keystore (.jks) file encyptionKeystorePassword is unencoded password to the password encyption keystore (.jks) file example: java com.ibm.di.plugin.idipwsync.GenPropertiesFile c:/sync/idipwsync.props secret1 secret2 secret3 * @param args java.lang.String[]