org.wso2.registry.secure
Class RegistryUMConstants

java.lang.Object
  extended by org.wso2.registry.secure.RegistryUMConstants

public class RegistryUMConstants
extends java.lang.Object


Field Summary
static java.lang.String DB_DRIVER_PARAM
           
static java.lang.String DB_URL_PARAM
           
static java.lang.String HSQL_DB_URL
           
static java.lang.String SQL_FILE_PATH_PARAM
           
static java.lang.String UM_DATABASE_CONNECTION_URL
           
static java.lang.String UM_DATABASE_DRIVER_NAME
           
static java.lang.String UM_DATABASE_PASSWORD
           
static java.lang.String UM_DATABASE_USER_NAME
           
static java.lang.String UM_DATASOURCE_NAME
          Servlet init parameters to configure the user manager of the registry.
 
Constructor Summary
RegistryUMConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UM_DATASOURCE_NAME

public static final java.lang.String UM_DATASOURCE_NAME
Servlet init parameters to configure the user manager of the registry.

See Also:
Constant Field Values

UM_DATABASE_CONNECTION_URL

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

UM_DATABASE_DRIVER_NAME

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

UM_DATABASE_USER_NAME

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

UM_DATABASE_PASSWORD

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

HSQL_DB_URL

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

SQL_FILE_PATH_PARAM

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

DB_URL_PARAM

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

DB_DRIVER_PARAM

public static final java.lang.String DB_DRIVER_PARAM
See Also:
Constant Field Values
Constructor Detail

RegistryUMConstants

public RegistryUMConstants()


Copyright © 2007 Apache Web Services Project. All Rights Reserved.