org.wso2.carbon.utils
Class ServerConstants

java.lang.Object
  extended by org.wso2.carbon.utils.ServerConstants

public final class ServerConstants
extends Object


Nested Class Summary
static class ServerConstants.Axis2ParameterNames
           
static class ServerConstants.ContextPaths
           
static class ServerConstants.HTTPConstants
           
 
Field Summary
static String ADMIN_MODULE
           
static String ADMIN_ROLE
           
static String ADMIN_SERVICE_AUTH_TOKEN
           
static String ADMIN_SERVICE_COOKIE
           
static String ADMIN_SERVICE_GROUP
           
static String AUTHENTICATION_ADMIN_SERVICE
           
static String AUTHENTICATION_FAILURE_CODE
           
static String AUTHENTICATION_FAULT_CODE
           
static String AUTHENTICATION_SERVICE_NS
           
static String AUTHENTICATION_SERVICE_USERNAME
           
static String AUTHORIZATION_FAULT_CODE
           
static String AXIS2_REPO
           
static String CARBON_CATALINA_HOME
           
static String CARBON_CONFIG_DIR_PATH
           
static String CARBON_HOME
           
static String CARBON_INSTANCE
           
static String CARBON_LOGS_PATH
           
static String CARBON_SERVER_XML_NAMESPACE
           
static String CARBON_TENANTS_DIR_PATH
           
static String CODEGEN_SERVICE_GROUP
           
static String COMPONENT_REP0
           
static String CONFIGURATION_CONTEXT
           
static String FILE_RESOURCE_MAP
           
static String GENERAL_SERVICES
           
static String GENERATED_PAGES
           
static String HTTP_TRANSPORT
           
static String HTTPS_TRANSPORT
           
static String LOCAL_IP_ADDRESS
           
static String LOCAL_TRANSPORT
           
static String PARAMETER_ADMIN_SERVICE
           
static String PASSWORD_EXPIRATION
           
static String PROXY_CONTEXT_PATH
           
static String REGISTRY_XML_PATH
           
static String REPO_WRITE_MODE
          Mode in which Carbon is started as a Repo writer, where the metadata of the artifacts in the repo are written to the Registry
static String SERVER_NAME
           
static String SERVER_REGISTERED
           
static String SERVICE_TYPE
           
static String SERVICE_TYPE_DB
           
static String SERVICE_TYPE_EJB
           
static String SERVICE_TYPE_OTHER
           
static String SERVICE_TYPE_POJO
           
static String SERVICE_TYPE_SPRING
           
static String STANDALONE_MODE
          This is the key of the System property which indicates whether the server is running is standalone mode.
static String STATISTICS_MODULE
           
static String STATISTICS_SERVICE_GROUP
           
static String STRATOS_INSTANCE
           
static String STS_NAME
           
static String TRACER_MODULE
           
static String TRACER_SERVICE_GROUP
           
static String TRACING_SERVICE_FILTERS
           
static String TRACING_SERVICE_GROUP_FILTERS
           
static String TRANSPORTS_XML_PATH
           
static String USER_LOGGED_IN
           
static String USER_MGT_XML_PATH
           
static String USER_PERMISSIONS
           
static String WORK_DIR
           
static String WORKER_PROXY_CONTEXT_PATH
           
static String WSDL_CONVERTER
           
static String WSDL_VIEW
           
static String WSO2WSAS_ADMIN_PASSWORD
           
static String WSO2WSAS_HB_CONFIG_KEY
           
static String XML_VALIDATOR_GROUP
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

AUTHORIZATION_FAULT_CODE

public static final String AUTHORIZATION_FAULT_CODE
See Also:
Constant Field Values

AUTHENTICATION_FAULT_CODE

public static final String AUTHENTICATION_FAULT_CODE
See Also:
Constant Field Values

AUTHENTICATION_FAILURE_CODE

public static final String AUTHENTICATION_FAILURE_CODE
See Also:
Constant Field Values

CARBON_HOME

public static final String CARBON_HOME
See Also:
Constant Field Values

STRATOS_INSTANCE

public static final String STRATOS_INSTANCE
See Also:
Constant Field Values

CARBON_CATALINA_HOME

public static final String CARBON_CATALINA_HOME
See Also:
Constant Field Values

LOCAL_IP_ADDRESS

public static final String LOCAL_IP_ADDRESS
See Also:
Constant Field Values

TRANSPORTS_XML_PATH

public static final String TRANSPORTS_XML_PATH
See Also:
Constant Field Values

WSO2WSAS_ADMIN_PASSWORD

public static final String WSO2WSAS_ADMIN_PASSWORD
See Also:
Constant Field Values

CARBON_CONFIG_DIR_PATH

public static final String CARBON_CONFIG_DIR_PATH
See Also:
Constant Field Values

CARBON_LOGS_PATH

public static final String CARBON_LOGS_PATH
See Also:
Constant Field Values

AXIS2_REPO

public static final String AXIS2_REPO
See Also:
Constant Field Values

COMPONENT_REP0

public static final String COMPONENT_REP0
See Also:
Constant Field Values

REGISTRY_XML_PATH

public static final String REGISTRY_XML_PATH
See Also:
Constant Field Values

USER_MGT_XML_PATH

public static final String USER_MGT_XML_PATH
See Also:
Constant Field Values

CARBON_TENANTS_DIR_PATH

public static final String CARBON_TENANTS_DIR_PATH
See Also:
Constant Field Values

PROXY_CONTEXT_PATH

public static final String PROXY_CONTEXT_PATH
See Also:
Constant Field Values

WORKER_PROXY_CONTEXT_PATH

public static final String WORKER_PROXY_CONTEXT_PATH
See Also:
Constant Field Values

REPO_WRITE_MODE

public static final String REPO_WRITE_MODE
Mode in which Carbon is started as a Repo writer, where the metadata of the artifacts in the repo are written to the Registry

See Also:
Constant Field Values

AUTHENTICATION_ADMIN_SERVICE

public static final String AUTHENTICATION_ADMIN_SERVICE
See Also:
Constant Field Values

AUTHENTICATION_SERVICE_NS

public static final String AUTHENTICATION_SERVICE_NS
See Also:
Constant Field Values

AUTHENTICATION_SERVICE_USERNAME

public static final String AUTHENTICATION_SERVICE_USERNAME
See Also:
Constant Field Values

GENERAL_SERVICES

public static final String GENERAL_SERVICES
See Also:
Constant Field Values

HTTP_TRANSPORT

public static final String HTTP_TRANSPORT
See Also:
Constant Field Values

HTTPS_TRANSPORT

public static final String HTTPS_TRANSPORT
See Also:
Constant Field Values

LOCAL_TRANSPORT

public static final String LOCAL_TRANSPORT
See Also:
Constant Field Values

PASSWORD_EXPIRATION

public static final String PASSWORD_EXPIRATION
See Also:
Constant Field Values

SERVICE_TYPE

public static final String SERVICE_TYPE
See Also:
Constant Field Values

STANDALONE_MODE

public static final String STANDALONE_MODE
This is the key of the System property which indicates whether the server is running is standalone mode.

See Also:
Constant Field Values

SERVICE_TYPE_EJB

public static final String SERVICE_TYPE_EJB
See Also:
Constant Field Values

SERVICE_TYPE_POJO

public static final String SERVICE_TYPE_POJO
See Also:
Constant Field Values

SERVICE_TYPE_SPRING

public static final String SERVICE_TYPE_SPRING
See Also:
Constant Field Values

SERVICE_TYPE_DB

public static final String SERVICE_TYPE_DB
See Also:
Constant Field Values

SERVICE_TYPE_OTHER

public static final String SERVICE_TYPE_OTHER
See Also:
Constant Field Values

XML_VALIDATOR_GROUP

public static final String XML_VALIDATOR_GROUP
See Also:
Constant Field Values

WSDL_CONVERTER

public static final String WSDL_CONVERTER
See Also:
Constant Field Values

WSDL_VIEW

public static final String WSDL_VIEW
See Also:
Constant Field Values

ADMIN_SERVICE_GROUP

public static final String ADMIN_SERVICE_GROUP
See Also:
Constant Field Values

STATISTICS_SERVICE_GROUP

public static final String STATISTICS_SERVICE_GROUP
See Also:
Constant Field Values

TRACER_SERVICE_GROUP

public static final String TRACER_SERVICE_GROUP
See Also:
Constant Field Values

CODEGEN_SERVICE_GROUP

public static final String CODEGEN_SERVICE_GROUP
See Also:
Constant Field Values

ADMIN_MODULE

public static final String ADMIN_MODULE
See Also:
Constant Field Values

TRACER_MODULE

public static final String TRACER_MODULE
See Also:
Constant Field Values

STATISTICS_MODULE

public static final String STATISTICS_MODULE
See Also:
Constant Field Values

USER_LOGGED_IN

public static final String USER_LOGGED_IN
See Also:
Constant Field Values

ADMIN_SERVICE_COOKIE

public static final String ADMIN_SERVICE_COOKIE
See Also:
Constant Field Values

ADMIN_SERVICE_AUTH_TOKEN

public static final String ADMIN_SERVICE_AUTH_TOKEN
See Also:
Constant Field Values

PARAMETER_ADMIN_SERVICE

public static final String PARAMETER_ADMIN_SERVICE
See Also:
Constant Field Values

USER_PERMISSIONS

public static final String USER_PERMISSIONS
See Also:
Constant Field Values

SERVER_REGISTERED

public static final String SERVER_REGISTERED
See Also:
Constant Field Values

CARBON_SERVER_XML_NAMESPACE

public static final String CARBON_SERVER_XML_NAMESPACE
See Also:
Constant Field Values

ADMIN_ROLE

public static final String ADMIN_ROLE
See Also:
Constant Field Values

WSO2WSAS_HB_CONFIG_KEY

public static final String WSO2WSAS_HB_CONFIG_KEY
See Also:
Constant Field Values

TRACING_SERVICE_GROUP_FILTERS

public static final String TRACING_SERVICE_GROUP_FILTERS
See Also:
Constant Field Values

TRACING_SERVICE_FILTERS

public static final String TRACING_SERVICE_FILTERS
See Also:
Constant Field Values

FILE_RESOURCE_MAP

public static final String FILE_RESOURCE_MAP
See Also:
Constant Field Values

WORK_DIR

public static final String WORK_DIR
See Also:
Constant Field Values

CARBON_INSTANCE

public static final String CARBON_INSTANCE
See Also:
Constant Field Values

SERVER_NAME

public static final String SERVER_NAME
See Also:
Constant Field Values

GENERATED_PAGES

public static final String GENERATED_PAGES
See Also:
Constant Field Values

CONFIGURATION_CONTEXT

public static final String CONFIGURATION_CONTEXT
See Also:
Constant Field Values

STS_NAME

public static final String STS_NAME
See Also:
Constant Field Values


Copyright © 2014 WSO2 Inc. All rights reserved.