Package com.hcl.labs.domi.tools
Class DOMIConstants
- java.lang.Object
-
- com.hcl.labs.domi.tools.DOMIConstants
-
public class DOMIConstants extends Object
- Author:
- Paul Withers Constants to avoid hard codings
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_DEBUG
static String
CONFIG_DIR
static String
CONFIG_HOSTNAME
static String
CONFIG_LOG_DIR
static String
CONFIG_METRICSPORT
static String
CONFIG_PEMCERT
static String
CONFIG_PORT
static String
CONFIG_PROPERTY_RESOURCENAME
static String
CONFIG_TLSFILE
static String
CONFIG_TLSPASSWORD
static String
CONTENT_TYPE
static String
CONTENT_TYPE_JSON
static String
HEADER_AUTHORIZATION
static String
METRIC_GRANT_TYPE_AUTH_CODE
static String
METRIC_GRANT_TYPE_REFRESH_TOKEN
static String
METRIC_GRANT_TYPE_REVOKE_TOKEN
static String
METRIC_TOTAL_HTTP
static String
TOKEN_PAGE
-
Constructor Summary
Constructors Constructor Description DOMIConstants()
-
-
-
Field Detail
-
CONFIG_DIR
public static final String CONFIG_DIR
- See Also:
- Constant Field Values
-
CONFIG_DEBUG
public static final String CONFIG_DEBUG
- See Also:
- Constant Field Values
-
CONFIG_HOSTNAME
public static final String CONFIG_HOSTNAME
- See Also:
- Constant Field Values
-
CONFIG_PORT
public static final String CONFIG_PORT
- See Also:
- Constant Field Values
-
CONFIG_METRICSPORT
public static final String CONFIG_METRICSPORT
- See Also:
- Constant Field Values
-
CONFIG_LOG_DIR
public static final String CONFIG_LOG_DIR
- See Also:
- Constant Field Values
-
CONFIG_TLSFILE
public static final String CONFIG_TLSFILE
- See Also:
- Constant Field Values
-
CONFIG_TLSPASSWORD
public static final String CONFIG_TLSPASSWORD
- See Also:
- Constant Field Values
-
CONFIG_PEMCERT
public static final String CONFIG_PEMCERT
- See Also:
- Constant Field Values
-
CONFIG_PROPERTY_RESOURCENAME
public static final String CONFIG_PROPERTY_RESOURCENAME
- See Also:
- Constant Field Values
-
TOKEN_PAGE
public static final String TOKEN_PAGE
- See Also:
- Constant Field Values
-
METRIC_TOTAL_HTTP
public static final String METRIC_TOTAL_HTTP
- See Also:
- Constant Field Values
-
METRIC_GRANT_TYPE_AUTH_CODE
public static final String METRIC_GRANT_TYPE_AUTH_CODE
- See Also:
- Constant Field Values
-
METRIC_GRANT_TYPE_REFRESH_TOKEN
public static final String METRIC_GRANT_TYPE_REFRESH_TOKEN
- See Also:
- Constant Field Values
-
METRIC_GRANT_TYPE_REVOKE_TOKEN
public static final String METRIC_GRANT_TYPE_REVOKE_TOKEN
- See Also:
- Constant Field Values
-
HEADER_AUTHORIZATION
public static final String HEADER_AUTHORIZATION
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
CONTENT_TYPE_JSON
public static final String CONTENT_TYPE_JSON
- See Also:
- Constant Field Values
-
-