com.atlassian.crowd.integration
Class Constants

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

public class Constants
extends Object

Security server constants.


Field Summary
static String APPLICATION_DESCRIPTION
          Application description.
static String APPLICATION_NAME
          Application name.
static String CHARACTER_ENCODING
          Character encoding.
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 DOCUMENTATION_URL
          Documentation base url.
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_SECURITY_SERVER_URL
          Configuration file property value for the crowd server web services URL.
static String PROPERTIES_FILE_SESSIONKEY_ISAUTHENTICATED
          Configuration file property value for the http session is authenticated key, String.
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.
 
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

APPLICATION_NAME

public static final String APPLICATION_NAME
Application name.

See Also:
Constant Field Values

APPLICATION_DESCRIPTION

public static final String APPLICATION_DESCRIPTION
Application description.

See Also:
Constant Field Values

CHARACTER_ENCODING

public static final String CHARACTER_ENCODING
Character encoding.

See Also:
Constant Field Values

DOCUMENTATION_URL

public static final String DOCUMENTATION_URL
Documentation base url.

See Also:
Constant Field Values

PROPERTIES_FILE

public static final String PROPERTIES_FILE
Configuration file for Crowd.

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_SESSIONKEY_ISAUTHENTICATED

public static final 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 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

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
Constructor Detail

Constants

public Constants()


Copyright © 2006 Atlassian Software Systems. All Rights Reserved.