Class ConjurConstant
- java.lang.Object
-
- com.cyberark.conjur.springboot.constant.ConjurConstant
-
public class ConjurConstant extends Object
Conjur Spring boot plugin constant file.
-
-
Field Summary
Fields Modifier and Type Field Description static StringACTUATOR_PREFIXThe constant ACTUATOR_PREFIX.static StringCONJUR_ACCOUNTEnvironment variable.static StringCONJUR_APIKEY_ERRORError Message.static StringCONJUR_KINDConjur_Kind.static StringCONJUR_MAPPINGGeneric extension for properties define at conjur.properties.static StringCONJUR_PREFIXThe constant CONJUR_PREFIX.static StringCONJUR_PROPERTIESCustom property file name.static StringERRORThe constant ERRORstatic StringKUBERNETES_PREFIXThe constant KUBERNETES_PREFIX.static StringLOGGING_PREFIXThe constant LOGGING_PREFIX.static StringNOT_FOUNDNot Found message.static StringSERVER_VARThe constant SERVER_VARstatic StringSPRING_UTILThe constant SPRING_UTILstatic StringSPRING_VARThe constant SPRING_VAR
-
Constructor Summary
Constructors Constructor Description ConjurConstant()
-
-
-
Field Detail
-
CONJUR_MAPPING
public static final String CONJUR_MAPPING
Generic extension for properties define at conjur.properties.- See Also:
- Constant Field Values
-
CONJUR_KIND
public static final String CONJUR_KIND
Conjur_Kind.- See Also:
- Constant Field Values
-
CONJUR_PROPERTIES
public static final String CONJUR_PROPERTIES
Custom property file name.- See Also:
- Constant Field Values
-
CONJUR_ACCOUNT
public static final String CONJUR_ACCOUNT
Environment variable.
-
CONJUR_APIKEY_ERROR
public static final String CONJUR_APIKEY_ERROR
Error Message.- See Also:
- Constant Field Values
-
NOT_FOUND
public static final String NOT_FOUND
Not Found message.- See Also:
- Constant Field Values
-
CONJUR_PREFIX
public static final String CONJUR_PREFIX
The constant CONJUR_PREFIX.- See Also:
- Constant Field Values
-
SPRING_VAR
public static final String SPRING_VAR
The constant SPRING_VAR- See Also:
- Constant Field Values
-
SERVER_VAR
public static final String SERVER_VAR
The constant SERVER_VAR- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
The constant ERROR- See Also:
- Constant Field Values
-
SPRING_UTIL
public static final String SPRING_UTIL
The constant SPRING_UTIL- See Also:
- Constant Field Values
-
ACTUATOR_PREFIX
public static final String ACTUATOR_PREFIX
The constant ACTUATOR_PREFIX.- See Also:
- Constant Field Values
-
LOGGING_PREFIX
public static final String LOGGING_PREFIX
The constant LOGGING_PREFIX.- See Also:
- Constant Field Values
-
KUBERNETES_PREFIX
public static final String KUBERNETES_PREFIX
The constant KUBERNETES_PREFIX.- See Also:
- Constant Field Values
-
-