Package org.openiam.constants
Class SynchronisationConstants
- java.lang.Object
-
- org.openiam.constants.SynchronisationConstants
-
public class SynchronisationConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_NAME
static String
CONFIG_SRC_ATTR_NAME
static String
CONFIG_SRC_ATTR_VALUE
static String
FAILURE_CONSTANT
static String
ROOT_AUDIT_LOG_ID
static String
SUCCESS_CONSTANT
-
Constructor Summary
Constructors Constructor Description SynchronisationConstants()
-
-
-
Field Detail
-
CONFIG_NAME
public static final String CONFIG_NAME
- See Also:
- Constant Field Values
-
ROOT_AUDIT_LOG_ID
public static final String ROOT_AUDIT_LOG_ID
- See Also:
- Constant Field Values
-
CONFIG_SRC_ATTR_NAME
public static final String CONFIG_SRC_ATTR_NAME
- See Also:
- Constant Field Values
-
CONFIG_SRC_ATTR_VALUE
public static final String CONFIG_SRC_ATTR_VALUE
- See Also:
- Constant Field Values
-
SUCCESS_CONSTANT
public static final String SUCCESS_CONSTANT
- See Also:
- Constant Field Values
-
FAILURE_CONSTANT
public static final String FAILURE_CONSTANT
- See Also:
- Constant Field Values
-
-