public class Constants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AUTHENTICATION_METHOD
Configuration file property value for the authentication method (optional).
|
static String |
CACHE_CONFIGURATION |
static String |
COOKIE_PATH
Specifies the path to store cookies at.
|
static String |
COOKIE_TOKEN_KEY
The key to use when storing the http token in an Http Cookie.
|
static String |
CROWD_SERVICE_LOCATION |
static String |
PROPERTIES_FILE
Configuration file for Crowd.
|
static String |
PROPERTIES_FILE_APPLICATION_LOGIN_URL
Configuration file property value for the application authentication URL.
|
static String |
PROPERTIES_FILE_APPLICATION_NAME
Configuration file property value for the application authentication name.
|
static String |
PROPERTIES_FILE_APPLICATION_PASSWORD
Configuration file property value for the application authentication password.
|
static String |
PROPERTIES_FILE_BASE_URL
Configuration file property value for the Crowd server base URL.
|
static String |
PROPERTIES_FILE_COOKIE_DOMAIN
Configuration file property value for specifying a domain name used for a SSO cookie (optional).
|
static String |
PROPERTIES_FILE_COOKIE_TOKENKEY
Configuration file property value for the name of Crowd SSO token cookie (optional).
|
static String |
PROPERTIES_FILE_HTTP_MAX_CONNECTIONS
Configuration file property value for the maximum number of HTTP connections (optional).
|
static String |
PROPERTIES_FILE_HTTP_PROXY_HOST
Configuration file property value for the HTTP proxy host (optional).
|
static String |
PROPERTIES_FILE_HTTP_PROXY_PASSWORD
Configuration file property value for the HTTP proxy password (optional).
|
static String |
PROPERTIES_FILE_HTTP_PROXY_PORT
Configuration file property value for the HTTP proxy port (optional).
|
static String |
PROPERTIES_FILE_HTTP_PROXY_USERNAME
Configuration file property value for the HTTP proxy username (optional).
|
static String |
PROPERTIES_FILE_HTTP_TIMEOUT
Configuration file property value for HTTP connection timeout (optional).
|
static String |
PROPERTIES_FILE_SECURITY_SERVER_URL
Configuration file property value for the Crowd server web services URL.
|
static String |
PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION
Configuration file property value for the http session last validation, Date.
|
static String |
PROPERTIES_FILE_SESSIONKEY_TOKENKEY
Configuration file property value for the http session token key, String.
|
static String |
PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL
Configuration file property value for the time in minutes between validations, 0 for every time.
|
static String |
PROPERTIES_FILE_SOCKET_TIMEOUT
Configuration file property value for specifying how long to wait
without retrieving any data from the remote connection (optional).
|
static String |
REQUEST_SSO_COOKIE_COMMITTED |
static String |
SECURITY_SERVER_NAME |
static String |
USE_ENVIRONMENT_VARIABLES
System property for allowing environment variables to override properties from the properties file
|
Constructor and Description |
---|
Constants() |
public static final String PROPERTIES_FILE
public static final String USE_ENVIRONMENT_VARIABLES
public static final String PROPERTIES_FILE_APPLICATION_NAME
public static final String PROPERTIES_FILE_APPLICATION_PASSWORD
public static final String PROPERTIES_FILE_APPLICATION_LOGIN_URL
public static final String PROPERTIES_FILE_SECURITY_SERVER_URL
public static final String PROPERTIES_FILE_BASE_URL
public static final String PROPERTIES_FILE_COOKIE_TOKENKEY
public static final String PROPERTIES_FILE_SESSIONKEY_TOKENKEY
public static final String PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL
public static final String PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION
public static final String PROPERTIES_FILE_HTTP_PROXY_HOST
public static final String PROPERTIES_FILE_HTTP_PROXY_PORT
public static final String PROPERTIES_FILE_HTTP_PROXY_USERNAME
public static final String PROPERTIES_FILE_HTTP_PROXY_PASSWORD
public static final String PROPERTIES_FILE_HTTP_MAX_CONNECTIONS
public static final String PROPERTIES_FILE_HTTP_TIMEOUT
public static final String PROPERTIES_FILE_COOKIE_DOMAIN
public static final String PROPERTIES_FILE_SOCKET_TIMEOUT
public static final String COOKIE_TOKEN_KEY
public static final String COOKIE_PATH
public static final String SECURITY_SERVER_NAME
public static final String CROWD_SERVICE_LOCATION
public static final String CACHE_CONFIGURATION
public static final String REQUEST_SSO_COOKIE_COMMITTED
public static final String AUTHENTICATION_METHOD
If not specified, basic authentication
will be used.
AuthenticationMethod
,
Constant Field ValuesCopyright © 2021 Atlassian. All rights reserved.