com.atlassian.crowd.integration
Class Constants

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

public class Constants
extends java.lang.Object

Security Server Client constants.


Field Summary
static java.lang.String CACHE_CONFIGURAITON
           
static java.lang.String COOKIE_PATH
          Specifies the path to store cookies at.
static java.lang.String COOKIE_TOKEN_KEY
          The key to use when storing the http token in an Http Cookie.
static java.lang.String CROWD_SERVICE_LOCATION
           
static java.lang.String PROPERTIES_FILE
          Configuration file for Crowd.
static java.lang.String PROPERTIES_FILE_APPLICATION_LOGIN_URL
          Configuration file property value for the application authentication URL.
static java.lang.String PROPERTIES_FILE_APPLICATION_NAME
          Configuration file property value for the application authentication name.
static java.lang.String PROPERTIES_FILE_APPLICATION_PASSWORD
          Configuration file property value for the application authentication password.
static java.lang.String PROPERTIES_FILE_COOKIE_TOKENKEY
          Configuration file property value for the name of Crowd SSO token cookie (optional).
static java.lang.String PROPERTIES_FILE_HTTP_MAX_CONNECTIONS
          Configuration file property value for the maximum number of HTTP connections (optional).
static java.lang.String PROPERTIES_FILE_HTTP_PROXY_HOST
          Configuration file property value for the HTTP proxy host (optional).
static java.lang.String PROPERTIES_FILE_HTTP_PROXY_PASSWORD
          Configuration file property value for the HTTP proxy password (optional).
static java.lang.String PROPERTIES_FILE_HTTP_PROXY_PORT
          Configuration file property value for the HTTP proxy port (optional).
static java.lang.String PROPERTIES_FILE_HTTP_PROXY_USERNAME
          Configuration file property value for the HTTP proxy username (optional).
static java.lang.String PROPERTIES_FILE_HTTP_TIMEOUT
          Configuration file property value for HTTP connection timeout (optional).
static java.lang.String PROPERTIES_FILE_SECURITY_SERVER_URL
          Configuration file property value for the Crowd server web services URL.
static java.lang.String PROPERTIES_FILE_SESSIONKEY_ISAUTHENTICATED
          Configuration file property value for the http session is authenticated key, String.
static java.lang.String PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION
          Configuration file property value for the http session last validation, Date.
static java.lang.String PROPERTIES_FILE_SESSIONKEY_TOKENKEY
          Configuration file property value for the http session token key, String.
static java.lang.String PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL
          Configuration file property value for the time in minutes between validations, 0 for every time.
static java.lang.String SECURITY_SERVER_NAME
           
 
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 java.lang.String PROPERTIES_FILE
Configuration file for Crowd.

See Also:
Constant Field Values

PROPERTIES_FILE_APPLICATION_NAME

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.String PROPERTIES_FILE_SECURITY_SERVER_URL
Configuration file property value for the Crowd server web services URL.

See Also:
Constant Field Values

PROPERTIES_FILE_COOKIE_TOKENKEY

public static final java.lang.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_ISAUTHENTICATED

public static final java.lang.String PROPERTIES_FILE_SESSIONKEY_ISAUTHENTICATED
Configuration file property value for the http session is authenticated key, String.

See Also:
Constant Field Values

PROPERTIES_FILE_SESSIONKEY_TOKENKEY

public static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String PROPERTIES_FILE_HTTP_TIMEOUT
Configuration file property value for HTTP connection timeout (optional).

See Also:
Constant Field Values

COOKIE_TOKEN_KEY

public static final java.lang.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 java.lang.String COOKIE_PATH
Specifies the path to store cookies at.

See Also:
Constant Field Values

SECURITY_SERVER_NAME

public static final java.lang.String SECURITY_SERVER_NAME
See Also:
Constant Field Values

CROWD_SERVICE_LOCATION

public static final java.lang.String CROWD_SERVICE_LOCATION
See Also:
Constant Field Values

CACHE_CONFIGURAITON

public static final java.lang.String CACHE_CONFIGURAITON
See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.