Package org.openiam.idm.srvc.role.dto
Class RoleConstant
- java.lang.Object
-
- org.openiam.idm.srvc.role.dto.RoleConstant
-
public class RoleConstant extends Object
Defines constants that are used by the User service.- Version:
- 2
- Author:
- Suneet Shah
-
-
Field Summary
Fields Modifier and Type Field Description static int
DIRECT
Flag indicating the mode of association between a user and role is direct.static int
INDIRECT
Flag indicating the mode of association between a user and role is indirect and likely through a group.static int
UN_ASSIGNED
Flag indicating the mode of association between a user and role has not been assigned
-
Constructor Summary
Constructors Constructor Description RoleConstant()
-
-
-
Field Detail
-
UN_ASSIGNED
public static final int UN_ASSIGNED
Flag indicating the mode of association between a user and role has not been assigned- See Also:
- Constant Field Values
-
DIRECT
public static final int DIRECT
Flag indicating the mode of association between a user and role is direct.- See Also:
- Constant Field Values
-
INDIRECT
public static final int INDIRECT
Flag indicating the mode of association between a user and role is indirect and likely through a group.- See Also:
- Constant Field Values
-
-