com.ibm.di.api.remote.impl.rmi
Class Constants

java.lang.Object
  extended by com.ibm.di.api.remote.impl.rmi.Constants

public class Constants
extends Object


Field Summary
static String PROP_API_CLIENT_KEY_PASS
           
static String PROP_API_CLIENT_KEYSTORE
           
static String PROP_API_CLIENT_KEYSTORE_PASS
           
static String PROP_API_REMOTE_SSL_CLIENT_AUTH_ON
           
static String PROP_API_REMOTE_SSL_CUSTOM_PROPERTIES
           
static String PROP_API_REMOTE_SSL_ON
           
static String PROP_API_TRUSTSTORE
           
static String PROP_API_TRUSTSTORE_PASS
           
static String PROP_SERVER_KEYSTORE
           
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_SERVER_KEYSTORE

public static final String PROP_SERVER_KEYSTORE
See Also:
Constant Field Values

PROP_API_CLIENT_KEYSTORE

public static final String PROP_API_CLIENT_KEYSTORE
See Also:
Constant Field Values

PROP_API_CLIENT_KEYSTORE_PASS

public static final String PROP_API_CLIENT_KEYSTORE_PASS
See Also:
Constant Field Values

PROP_API_CLIENT_KEY_PASS

public static final String PROP_API_CLIENT_KEY_PASS
See Also:
Constant Field Values

PROP_API_TRUSTSTORE

public static final String PROP_API_TRUSTSTORE
See Also:
Constant Field Values

PROP_API_TRUSTSTORE_PASS

public static final String PROP_API_TRUSTSTORE_PASS
See Also:
Constant Field Values

PROP_API_REMOTE_SSL_CUSTOM_PROPERTIES

public static final String PROP_API_REMOTE_SSL_CUSTOM_PROPERTIES
See Also:
Constant Field Values

PROP_API_REMOTE_SSL_ON

public static final String PROP_API_REMOTE_SSL_ON
See Also:
Constant Field Values

PROP_API_REMOTE_SSL_CLIENT_AUTH_ON

public static final String PROP_API_REMOTE_SSL_CLIENT_AUTH_ON
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()