public class Constants
extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLIENT_ID |
static String |
CLIENT_SECRET |
static int |
DEFAULT_CONNECTION_TIMEOUT_SECONDS |
static String |
DEFAULT_HOST_ENVIRONMENT |
static String |
DEFAULT_HTTP_SCHEMA |
static int |
DEFAULT_MAX_CONNECTION_PER_ROUTE |
static int |
DEFAULT_MAX_ERROR_RETRIES |
static Integer |
FETCH_TOKEN_BEFORE_EXPIRY_INTERVAL |
static String |
GATEWAY_URL_POST |
static String |
GATEWAY_URL_PRE |
static String |
HEADER_PARAMETERS |
static String |
HOST_ENVIRONMENT |
static String |
LEFT_SQUARE_BRACKET |
static String |
LEFT_SQUARE_BRACKET_ENCODED |
static int |
MAX_POOL_CONNECTION |
static int |
MILLISECONDS |
static String |
PROPERTY_FILE |
static String |
PROXY_HOST |
static String |
PROXY_PORT |
static String |
RIGHT_SQUARE_BRACKET |
static String |
RIGHT_SQUARE_BRACKET_ENCODED |
static String |
SUB_TENANT |
static String |
TECHNICALTOKEN_URL_POST |
static String |
TECHNICALTOKEN_URL_PRE |
static String |
TENANT |
Constructor and Description |
---|
Constants() |
public static final String CLIENT_ID
public static final String CLIENT_SECRET
public static final String TENANT
public static final String SUB_TENANT
public static final String DEFAULT_HTTP_SCHEMA
public static final int DEFAULT_CONNECTION_TIMEOUT_SECONDS
public static final int DEFAULT_MAX_ERROR_RETRIES
public static final String PROPERTY_FILE
public static final String HOST_ENVIRONMENT
public static final Integer FETCH_TOKEN_BEFORE_EXPIRY_INTERVAL
public static final String GATEWAY_URL_PRE
public static final String GATEWAY_URL_POST
public static final String TECHNICALTOKEN_URL_PRE
public static final String TECHNICALTOKEN_URL_POST
public static final String DEFAULT_HOST_ENVIRONMENT
public static final int DEFAULT_MAX_CONNECTION_PER_ROUTE
public static final int MAX_POOL_CONNECTION
public static final String PROXY_HOST
public static final String PROXY_PORT
public static final String HEADER_PARAMETERS
public static final String LEFT_SQUARE_BRACKET
public static final String RIGHT_SQUARE_BRACKET
public static final String LEFT_SQUARE_BRACKET_ENCODED
public static final String RIGHT_SQUARE_BRACKET_ENCODED
public static final int MILLISECONDS