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 StringCONFIG_DEBUGstatic StringCONFIG_DIRstatic StringCONFIG_HOSTNAMEstatic StringCONFIG_LOG_DIRstatic StringCONFIG_METRICSPORTstatic StringCONFIG_PEMCERTstatic StringCONFIG_PORTstatic StringCONFIG_PROPERTY_RESOURCENAMEstatic StringCONFIG_TLSFILEstatic StringCONFIG_TLSPASSWORDstatic StringCONTENT_TYPEstatic StringCONTENT_TYPE_JSONstatic StringHEADER_AUTHORIZATIONstatic StringMETRIC_GRANT_TYPE_AUTH_CODEstatic StringMETRIC_GRANT_TYPE_REFRESH_TOKENstatic StringMETRIC_GRANT_TYPE_REVOKE_TOKENstatic StringMETRIC_TOTAL_HTTPstatic StringTOKEN_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
-
-