com.atlassian.crowd.integration
Class Constants

java.lang.Object
  extended by com.atlassian.crowd.integration.Constants

public class Constants
extends Object

Crowd Client constants.


Field Summary
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 Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTIES_FILE

public static final String PROPERTIES_FILE
Configuration file for Crowd.

See Also:
Constant Field Values

USE_ENVIRONMENT_VARIABLES

public static final String USE_ENVIRONMENT_VARIABLES
System property for allowing environment variables to override properties from the properties file

See Also:
Constant Field Values

PROPERTIES_FILE_APPLICATION_NAME

public static final String PROPERTIES_FILE_APPLICATION_NAME
Configuration file property value for the application authentication name.

See Also:
Constant Field Values

PROPERTIES_FILE_APPLICATION_PASSWORD

public static final String PROPERTIES_FILE_APPLICATION_PASSWORD
Configuration file property value for the application authentication password.

See Also:
Constant Field Values

PROPERTIES_FILE_APPLICATION_LOGIN_URL

public static final String PROPERTIES_FILE_APPLICATION_LOGIN_URL
Configuration file property value for the application authentication URL.

See Also:
Constant Field Values

PROPERTIES_FILE_SECURITY_SERVER_URL

public static final String PROPERTIES_FILE_SECURITY_SERVER_URL
Configuration file property value for the Crowd server web services URL.

See Also:
Constant Field Values

PROPERTIES_FILE_BASE_URL

public static final String PROPERTIES_FILE_BASE_URL
Configuration file property value for the Crowd server base URL.

See Also:
Constant Field Values

PROPERTIES_FILE_COOKIE_TOKENKEY

public static final String PROPERTIES_FILE_COOKIE_TOKENKEY
Configuration file property value for the name of Crowd SSO token cookie (optional).

See Also:
Constant Field Values

PROPERTIES_FILE_SESSIONKEY_TOKENKEY

public static final String PROPERTIES_FILE_SESSIONKEY_TOKENKEY
Configuration file property value for the http session token key, String.

See Also:
Constant Field Values

PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL

public static final String PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL
Configuration file property value for the time in minutes between validations, 0 for every time.

See Also:
Constant Field Values

PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION

public static final String PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION
Configuration file property value for the http session last validation, Date.

See Also:
Constant Field Values

PROPERTIES_FILE_HTTP_PROXY_HOST

public static final String PROPERTIES_FILE_HTTP_PROXY_HOST
Configuration file property value for the HTTP proxy host (optional).

See Also:
Constant Field Values

PROPERTIES_FILE_HTTP_PROXY_PORT

public static final String PROPERTIES_FILE_HTTP_PROXY_PORT
Configuration file property value for the HTTP proxy port (optional).

See Also:
Constant Field Values

PROPERTIES_FILE_HTTP_PROXY_USERNAME

public static final String PROPERTIES_FILE_HTTP_PROXY_USERNAME
Configuration file property value for the HTTP proxy username (optional).

See Also:
Constant Field Values

PROPERTIES_FILE_HTTP_PROXY_PASSWORD

public static final String PROPERTIES_FILE_HTTP_PROXY_PASSWORD
Configuration file property value for the HTTP proxy password (optional).

See Also:
Constant Field Values

PROPERTIES_FILE_HTTP_MAX_CONNECTIONS

public static final String 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:
Constant Field Values

PROPERTIES_FILE_HTTP_TIMEOUT

public static final String PROPERTIES_FILE_HTTP_TIMEOUT
Configuration file property value for HTTP connection timeout (optional).

See Also:
Constant Field Values

PROPERTIES_FILE_COOKIE_DOMAIN

public static final String PROPERTIES_FILE_COOKIE_DOMAIN
Configuration file property value for specifying a domain name used for a SSO cookie (optional).

See Also:
Constant Field Values

PROPERTIES_FILE_SOCKET_TIMEOUT

public static final String 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:
Constant Field Values

COOKIE_TOKEN_KEY

public static final String COOKIE_TOKEN_KEY
The key to use when storing the http token in an Http Cookie.

See Also:
Constant Field Values

COOKIE_PATH

public static final String COOKIE_PATH
Specifies the path to store cookies at.

See Also:
Constant Field Values

SECURITY_SERVER_NAME

public static final String SECURITY_SERVER_NAME
See Also:
Constant Field Values

CROWD_SERVICE_LOCATION

public static final String CROWD_SERVICE_LOCATION
See Also:
Constant Field Values

CACHE_CONFIGURATION

public static final String CACHE_CONFIGURATION
See Also:
Constant Field Values

REQUEST_SSO_COOKIE_COMMITTED

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

Constants

public Constants()


Copyright © 2013 Atlassian. All Rights Reserved.