org.wso2.carbon.utils.multitenancy
Class MultitenantConstants

java.lang.Object
  extended by org.wso2.carbon.utils.multitenancy.MultitenantConstants

public class MultitenantConstants
extends Object

Constants used in the Carbon multitenancy implementation


Field Summary
static String CONTENT_LENGTH
           
static String CONTENT_TYPE
           
static String COPY_CONTENT_LENGTH_FROM_INCOMING
           
static String DISABLE_CHUNKING
           
static String ENABLE_EMAIL_USER_NAME
           
static String FORCE_HTTP_CONTENT_LENGTH
          Properties required for evaluating Content-Length and Chunk Disabling
static String HTTP_SC
           
static int INVALID_TENANT_ID
           
static String IS_MASTER_TENANT
           
static String IS_SUPER_TENANT
           
static String LAST_ACCESSED
          Last time at which this tenant was accessed
static String MESSAGE_BUILDER_INVOKED
           
static QName MULTITENANT_DISPATCHER_OPERATION
           
static String MULTITENANT_DISPATCHER_SERVICE
           
static String NO_KEEPALIVE
           
static String ORGINAL_CONTENT_LENGTH
           
static String PASS_THROUGH_PIPE
           
static String PASS_THROUGH_SOURCE_CONFIGURATION
           
static String PASS_THROUGH_SOURCE_CONNECTION
           
static String PASSTROUGH_MESSAGE_LENGTH
           
static String POST_TO_URI
          Properties required for evaluating POST_TO_URI
static String REQUIRE_NOT_SUPER_TENANT
           
static String REQUIRE_SUPER_TENANT
           
static String REST_GET_DELETE_INVOKE
           
static String SSO_AUTH_SESSION_ID
           
static String SUPER_TENANT_DOMAIN_NAME
           
static int SUPER_TENANT_ID
           
static String SYNAPSE_JSON_INPUT_STREAM
           
static String TENANT_AWARE_URL_PREFIX
           
static String TENANT_DOMAIN
           
static String TENANT_DOMAIN_HEADER_NAME
           
static String TENANT_DOMAIN_HEADER_NAMESPACE
           
static String TENANT_ID
           
static String TENANT_IDLE_TIME
          The allowed tenant idle time before the tenant code is undeployed
static String TENANT_MODULE_BUNDLES
           
static String TENANT_MODULE_LOADED
           
static String TENANT_MR_STARTED_FAULT
           
static String TENANT_REQUEST_MSG_CTX
           
static String TRANSPORT_OUT_DESCRIPTION
           
static String USER_INFO_HANDLER
           
 
Constructor Summary
MultitenantConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IS_SUPER_TENANT

public static String IS_SUPER_TENANT

MULTITENANT_DISPATCHER_SERVICE

public static final String MULTITENANT_DISPATCHER_SERVICE
See Also:
Constant Field Values

MULTITENANT_DISPATCHER_OPERATION

public static final QName MULTITENANT_DISPATCHER_OPERATION

TENANT_MR_STARTED_FAULT

public static final String TENANT_MR_STARTED_FAULT
See Also:
Constant Field Values

TENANT_DOMAIN

public static final String TENANT_DOMAIN
See Also:
Constant Field Values

TENANT_ID

public static final String TENANT_ID
See Also:
Constant Field Values

TENANT_AWARE_URL_PREFIX

public static final String TENANT_AWARE_URL_PREFIX
See Also:
Constant Field Values

SUPER_TENANT_ID

public static final int SUPER_TENANT_ID
See Also:
Constant Field Values

TENANT_DOMAIN_HEADER_NAMESPACE

public static final String TENANT_DOMAIN_HEADER_NAMESPACE
See Also:
Constant Field Values

TENANT_DOMAIN_HEADER_NAME

public static final String TENANT_DOMAIN_HEADER_NAME
See Also:
Constant Field Values

SUPER_TENANT_DOMAIN_NAME

public static final String SUPER_TENANT_DOMAIN_NAME
See Also:
Constant Field Values

INVALID_TENANT_ID

public static final int INVALID_TENANT_ID
See Also:
Constant Field Values

REQUIRE_SUPER_TENANT

public static final String REQUIRE_SUPER_TENANT
See Also:
Constant Field Values

REQUIRE_NOT_SUPER_TENANT

public static final String REQUIRE_NOT_SUPER_TENANT
See Also:
Constant Field Values

IS_MASTER_TENANT

public static String IS_MASTER_TENANT

TENANT_MODULE_BUNDLES

public static final String TENANT_MODULE_BUNDLES
See Also:
Constant Field Values

TENANT_MODULE_LOADED

public static final String TENANT_MODULE_LOADED
See Also:
Constant Field Values

ENABLE_EMAIL_USER_NAME

public static final String ENABLE_EMAIL_USER_NAME
See Also:
Constant Field Values

LAST_ACCESSED

public static final String LAST_ACCESSED
Last time at which this tenant was accessed

See Also:
Constant Field Values

TENANT_IDLE_TIME

public static final String TENANT_IDLE_TIME
The allowed tenant idle time before the tenant code is undeployed

See Also:
Constant Field Values

TRANSPORT_OUT_DESCRIPTION

public static final String TRANSPORT_OUT_DESCRIPTION
See Also:
Constant Field Values

TENANT_REQUEST_MSG_CTX

public static final String TENANT_REQUEST_MSG_CTX
See Also:
Constant Field Values

SSO_AUTH_SESSION_ID

public static final String SSO_AUTH_SESSION_ID
See Also:
Constant Field Values

HTTP_SC

public static final String HTTP_SC
See Also:
Constant Field Values

PASS_THROUGH_PIPE

public static final String PASS_THROUGH_PIPE
See Also:
Constant Field Values

MESSAGE_BUILDER_INVOKED

public static final String MESSAGE_BUILDER_INVOKED
See Also:
Constant Field Values

PASS_THROUGH_SOURCE_CONFIGURATION

public static final String PASS_THROUGH_SOURCE_CONFIGURATION
See Also:
Constant Field Values

PASS_THROUGH_SOURCE_CONNECTION

public static final String PASS_THROUGH_SOURCE_CONNECTION
See Also:
Constant Field Values

CONTENT_TYPE

public static final String CONTENT_TYPE
See Also:
Constant Field Values

USER_INFO_HANDLER

public static final String USER_INFO_HANDLER
See Also:
Constant Field Values

REST_GET_DELETE_INVOKE

public static final String REST_GET_DELETE_INVOKE
See Also:
Constant Field Values

FORCE_HTTP_CONTENT_LENGTH

public static final String FORCE_HTTP_CONTENT_LENGTH
Properties required for evaluating Content-Length and Chunk Disabling

See Also:
Constant Field Values

POST_TO_URI

public static final String POST_TO_URI
Properties required for evaluating POST_TO_URI

See Also:
Constant Field Values

COPY_CONTENT_LENGTH_FROM_INCOMING

public static final String COPY_CONTENT_LENGTH_FROM_INCOMING
See Also:
Constant Field Values

PASSTROUGH_MESSAGE_LENGTH

public static final String PASSTROUGH_MESSAGE_LENGTH
See Also:
Constant Field Values

ORGINAL_CONTENT_LENGTH

public static final String ORGINAL_CONTENT_LENGTH
See Also:
Constant Field Values

CONTENT_LENGTH

public static final String CONTENT_LENGTH
See Also:
Constant Field Values

DISABLE_CHUNKING

public static final String DISABLE_CHUNKING
See Also:
Constant Field Values

NO_KEEPALIVE

public static final String NO_KEEPALIVE
See Also:
Constant Field Values

SYNAPSE_JSON_INPUT_STREAM

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

MultitenantConstants

public MultitenantConstants()


Copyright © 2014 WSO2 Inc. All rights reserved.