Class Constants

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

public class Constants extends Object
Crowd Client constants.
  • Field Details

    • PROPERTIES_FILE

      public static final String PROPERTIES_FILE
      Configuration file for Crowd.
      See Also:
    • 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:
    • PROPERTIES_FILE_APPLICATION_NAME

      public static final String PROPERTIES_FILE_APPLICATION_NAME
      Configuration file property value for the application authentication name.
      See Also:
    • PROPERTIES_FILE_APPLICATION_PASSWORD

      public static final String PROPERTIES_FILE_APPLICATION_PASSWORD
      Configuration file property value for the application authentication password.
      See Also:
    • 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:
    • 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:
    • PROPERTIES_FILE_BASE_URL

      public static final String PROPERTIES_FILE_BASE_URL
      Configuration file property value for the Crowd server base URL.
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • PROPERTIES_FILE_HTTP_TIMEOUT

      public static final String PROPERTIES_FILE_HTTP_TIMEOUT
      Configuration file property value for HTTP connection timeout (optional).
      See Also:
    • 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:
    • SECURITY_SERVER_NAME

      public static final String SECURITY_SERVER_NAME
      See Also:
    • CROWD_SERVICE_LOCATION

      public static final String CROWD_SERVICE_LOCATION
      See Also:
    • CACHE_CONFIGURATION

      public static final String CACHE_CONFIGURATION
      See Also:
    • AUTHENTICATION_METHOD

      public static final String 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()