Package org.openiam.constants
Class MatchObjectConstant
- java.lang.Object
-
- org.openiam.constants.MatchObjectConstant
-
public class MatchObjectConstant extends Object
Enum is used in sync and recon services
-
-
Field Summary
Fields Modifier and Type Field Description static String
GROUP
static String
LOG
static String
MANAGED_SYSTEM
static String
MATCH_ATTR_ATTRIBUTE
static String
MATCH_ATTR_EMAIL
static String
MATCH_ATTR_EMPLOYEE_ID
static String
MATCH_ATTR_ID
static String
MATCH_ATTR_MSYS_PRINCIPAL
static String
MATCH_ATTR_NAME
static String
MATCH_ATTR_PRINCIPAL
static String
ORG
static String
POLICY
static String
RESOURCE
static String
ROLE
static String
USER
-
Constructor Summary
Constructors Constructor Description MatchObjectConstant()
-
-
-
Field Detail
-
USER
public static final String USER
- See Also:
- Constant Field Values
-
LOG
public static final String LOG
- See Also:
- Constant Field Values
-
ROLE
public static final String ROLE
- See Also:
- Constant Field Values
-
GROUP
public static final String GROUP
- See Also:
- Constant Field Values
-
RESOURCE
public static final String RESOURCE
- See Also:
- Constant Field Values
-
ORG
public static final String ORG
- See Also:
- Constant Field Values
-
MANAGED_SYSTEM
public static final String MANAGED_SYSTEM
- See Also:
- Constant Field Values
-
POLICY
public static final String POLICY
- See Also:
- Constant Field Values
-
MATCH_ATTR_NAME
public static final String MATCH_ATTR_NAME
- See Also:
- Constant Field Values
-
MATCH_ATTR_ATTRIBUTE
public static final String MATCH_ATTR_ATTRIBUTE
- See Also:
- Constant Field Values
-
MATCH_ATTR_PRINCIPAL
public static final String MATCH_ATTR_PRINCIPAL
- See Also:
- Constant Field Values
-
MATCH_ATTR_MSYS_PRINCIPAL
public static final String MATCH_ATTR_MSYS_PRINCIPAL
- See Also:
- Constant Field Values
-
MATCH_ATTR_ID
public static final String MATCH_ATTR_ID
- See Also:
- Constant Field Values
-
MATCH_ATTR_EMAIL
public static final String MATCH_ATTR_EMAIL
- See Also:
- Constant Field Values
-
MATCH_ATTR_EMPLOYEE_ID
public static final String MATCH_ATTR_EMPLOYEE_ID
- See Also:
- Constant Field Values
-
-