com.ibm.team.fvt.tests.clm.config
Interface ClmConstants

All Known Implementing Classes:
ClmConfig, ClmTopology

public interface ClmConstants


Field Summary
static int CLM_301x_VERSION
           
static double CLM_400x_VERSION
           
static double CLM_402x_VERSION
           
static double CLM_403_VERSION
           
static java.lang.String CLM_ADMIN_USER_ID
           
static java.lang.String CLM_ADMIN_USERID
           
static java.lang.String CLM_VERSION_ID
           
static java.lang.String DEFAULT_ADMIN_USER_ID
           
static java.lang.String DEFAULT_ADMIN_USERID
           
static java.lang.String DW_ETL_USER_ID
           
static java.lang.String DW_USER_ID
           
static java.lang.String DW_USERID
           
static java.lang.String EXPRESS_SETUP_ID
           
static java.lang.String FAILURE_SCREENSHOTS_DIRECTORY_ID
           
static int LDAP
          Constant telling what value should be used to specify LDAP user registry usage.
static int NON_LDAP_EXTERNAL
          Constant telling what value should be used to specify NON-LDAP external user registry usage.
static java.lang.String PASSING_SCREENSHOTS_DIRECTORY_ID
           
static java.lang.String SELENIUM_SCREENSHOT_DIR_ID
           
static java.lang.String SELENIUM_SCREENSHOT_NONFAILURE_DIR_ID
           
static int TOMCAT
          Constant telling what value should be used to specify Tomcat user registry usage.
 

Field Detail

CLM_VERSION_ID

static final java.lang.String CLM_VERSION_ID
See Also:
Constant Field Values

CLM_301x_VERSION

static final int CLM_301x_VERSION
See Also:
Constant Field Values

CLM_400x_VERSION

static final double CLM_400x_VERSION
See Also:
Constant Field Values

CLM_402x_VERSION

static final double CLM_402x_VERSION
See Also:
Constant Field Values

CLM_403_VERSION

static final double CLM_403_VERSION
See Also:
Constant Field Values

SELENIUM_SCREENSHOT_NONFAILURE_DIR_ID

static final java.lang.String SELENIUM_SCREENSHOT_NONFAILURE_DIR_ID
See Also:
Constant Field Values

PASSING_SCREENSHOTS_DIRECTORY_ID

static final java.lang.String PASSING_SCREENSHOTS_DIRECTORY_ID
See Also:
Constant Field Values

SELENIUM_SCREENSHOT_DIR_ID

static final java.lang.String SELENIUM_SCREENSHOT_DIR_ID
See Also:
Constant Field Values

FAILURE_SCREENSHOTS_DIRECTORY_ID

static final java.lang.String FAILURE_SCREENSHOTS_DIRECTORY_ID
See Also:
Constant Field Values

DEFAULT_ADMIN_USER_ID

static final java.lang.String DEFAULT_ADMIN_USER_ID
See Also:
Constant Field Values

DEFAULT_ADMIN_USERID

static final java.lang.String DEFAULT_ADMIN_USERID
See Also:
Constant Field Values

CLM_ADMIN_USER_ID

static final java.lang.String CLM_ADMIN_USER_ID
See Also:
Constant Field Values

CLM_ADMIN_USERID

static final java.lang.String CLM_ADMIN_USERID
See Also:
Constant Field Values

DW_USER_ID

static final java.lang.String DW_USER_ID
See Also:
Constant Field Values

DW_USERID

static final java.lang.String DW_USERID
See Also:
Constant Field Values

DW_ETL_USER_ID

static final java.lang.String DW_ETL_USER_ID
See Also:
Constant Field Values

EXPRESS_SETUP_ID

static final java.lang.String EXPRESS_SETUP_ID
See Also:
Constant Field Values

TOMCAT

static final int TOMCAT
Constant telling what value should be used to specify Tomcat user registry usage.

Value: 0

See Also:
Constant Field Values

LDAP

static final int LDAP
Constant telling what value should be used to specify LDAP user registry usage.

Value: 1

See Also:
Constant Field Values

NON_LDAP_EXTERNAL

static final int NON_LDAP_EXTERNAL
Constant telling what value should be used to specify NON-LDAP external user registry usage.

Value: 2

See Also:
Constant Field Values