|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.crowd.integration.Constants
public class Constants
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 |
---|
public static final String APPLICATION_NAME
public static final String APPLICATION_DESCRIPTION
public static final String CHARACTER_ENCODING
public static final String DOCUMENTATION_URL
public static final String PROPERTIES_FILE
public static final String PROPERTIES_FILE_APPLICATION_NAME
public static final String PROPERTIES_FILE_APPLICATION_PASSWORD
public static final String PROPERTIES_FILE_APPLICATION_LOGIN_URL
public static final String PROPERTIES_FILE_SECURITY_SERVER_URL
public static final String PROPERTIES_FILE_SESSIONKEY_ISAUTHENTICATED
public static final String PROPERTIES_FILE_SESSIONKEY_TOKENKEY
public static final String PROPERTIES_FILE_SESSIONKEY_VALIDATIONINTERVAL
public static final String PROPERTIES_FILE_SESSIONKEY_LASTVALIDATION
public static final String COOKIE_TOKEN_KEY
public static final String COOKIE_PATH
Constructor Detail |
---|
public Constants()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |