Package com.atlassian.crowd.integration
Class Constants
java.lang.Object
com.atlassian.crowd.integration.Constants
Crowd Client constants.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Configuration file property value for the authentication method (optional).static final String
static final String
Specifies the path to store cookies at.static final String
The key to use when storing the http token in an Http Cookie.static final String
static final String
Configuration file for Crowd.static final String
Configuration file property value for the application authentication URL.static final String
Configuration file property value for the application authentication name.static final String
Configuration file property value for the application authentication password.static final String
Configuration file property value for the Crowd server base URL.static final String
Configuration file property value for specifying a domain name used for a SSO cookie (optional).static final String
Configuration file property value for the name of Crowd SSO token cookie (optional).static final String
Configuration file property value for the maximum number of HTTP connections (optional).static final String
Configuration file property value for the HTTP proxy host (optional).static final String
Configuration file property value for the HTTP proxy password (optional).static final String
Configuration file property value for the HTTP proxy port (optional).static final String
Configuration file property value for the HTTP proxy username (optional).static final String
Configuration file property value for HTTP connection timeout (optional).static final String
Configuration file property value for the Crowd server web services URL.static final String
Configuration file property value for the http session last validation, Date.static final String
Configuration file property value for the http session token key, String.static final String
Configuration file property value for the time in minutes between validations, 0 for every time.static final String
Configuration file property value for specifying how long to wait without retrieving any data from the remote connection (optional).static final String
static final String
static final String
System property for allowing environment variables to override properties from the properties file -
Constructor Summary
-
Method Summary
-
Field Details
-
PROPERTIES_FILE
Configuration file for Crowd.- See Also:
-
USE_ENVIRONMENT_VARIABLES
System property for allowing environment variables to override properties from the properties file- See Also:
-
PROPERTIES_FILE_APPLICATION_NAME
Configuration file property value for the application authentication name.- See Also:
-
PROPERTIES_FILE_APPLICATION_PASSWORD
Configuration file property value for the application authentication password.- See Also:
-
PROPERTIES_FILE_APPLICATION_LOGIN_URL
Configuration file property value for the application authentication URL.- See Also:
-
PROPERTIES_FILE_SECURITY_SERVER_URL
Configuration file property value for the Crowd server web services URL.- See Also:
-
PROPERTIES_FILE_BASE_URL
Configuration file property value for the Crowd server base URL.- See Also:
-
PROPERTIES_FILE_COOKIE_TOKENKEY
Configuration file property value for the name of Crowd SSO token cookie (optional).- See Also:
-
PROPERTIES_FILE_SESSIONKEY_TOKENKEY
Configuration file property value for the http session token key, String.- See Also:
-
PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL
Configuration file property value for the time in minutes between validations, 0 for every time.- See Also:
-
PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION
Configuration file property value for the http session last validation, Date.- See Also:
-
PROPERTIES_FILE_HTTP_PROXY_HOST
Configuration file property value for the HTTP proxy host (optional).- See Also:
-
PROPERTIES_FILE_HTTP_PROXY_PORT
Configuration file property value for the HTTP proxy port (optional).- See Also:
-
PROPERTIES_FILE_HTTP_PROXY_USERNAME
Configuration file property value for the HTTP proxy username (optional).- See Also:
-
PROPERTIES_FILE_HTTP_PROXY_PASSWORD
Configuration file property value for the HTTP proxy password (optional).- See Also:
-
PROPERTIES_FILE_HTTP_MAX_CONNECTIONS
Configuration file property value for the maximum number of HTTP connections (optional). This property (if defined) will also be used as the maximum number of HTTP connections per host.- See Also:
-
PROPERTIES_FILE_HTTP_TIMEOUT
Configuration file property value for HTTP connection timeout (optional).- See Also:
-
PROPERTIES_FILE_COOKIE_DOMAIN
Configuration file property value for specifying a domain name used for a SSO cookie (optional).- See Also:
-
PROPERTIES_FILE_SOCKET_TIMEOUT
Configuration file property value for specifying how long to wait without retrieving any data from the remote connection (optional).- See Also:
-
COOKIE_TOKEN_KEY
The key to use when storing the http token in an Http Cookie. -
COOKIE_PATH
Specifies the path to store cookies at.- See Also:
-
SECURITY_SERVER_NAME
- See Also:
-
CROWD_SERVICE_LOCATION
- See Also:
-
CACHE_CONFIGURATION
- See Also:
-
REQUEST_SSO_COOKIE_COMMITTED
- See Also:
-
AUTHENTICATION_METHOD
Configuration file property value for the authentication method (optional).If not specified,
basic authentication
will be used.- Since:
- 2.9
- See Also:
-
-
Constructor Details
-
Constants
public Constants()
-