Package org.openiam.constants
Class SecondaryPositionIdAttributeConstants
- java.lang.Object
-
- org.openiam.constants.SecondaryPositionIdAttributeConstants
-
public class SecondaryPositionIdAttributeConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
COMPANY_OWNER
static String
GROUPS
static String
ORGANIZATIONS
static String
ROLES
static String
SUBORDINATES
static String
SUPERVISOR
static String
USER_OWNER
-
Constructor Summary
Constructors Constructor Description SecondaryPositionIdAttributeConstants()
-
-
-
Field Detail
-
SUPERVISOR
public static final String SUPERVISOR
- See Also:
- Constant Field Values
-
SUBORDINATES
public static final String SUBORDINATES
- See Also:
- Constant Field Values
-
COMPANY_OWNER
public static final String COMPANY_OWNER
- See Also:
- Constant Field Values
-
USER_OWNER
public static final String USER_OWNER
- See Also:
- Constant Field Values
-
ORGANIZATIONS
public static final String ORGANIZATIONS
- See Also:
- Constant Field Values
-
ROLES
public static final String ROLES
- See Also:
- Constant Field Values
-
GROUPS
public static final String GROUPS
- See Also:
- Constant Field Values
-
-