Package oracle.iam.identity.rolemgmt.vo
Class RoleConsolidation
java.lang.Object
oracle.iam.identity.vo.RelationshipImpl
oracle.iam.identity.rolemgmt.vo.RoleConsolidation
- All Implemented Interfaces:
Serializable
,Relationship
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setMainEntitlementKeys
(List<String> entitlements) void
setMainRoleKey
(String roleKey) void
setRoleEntitlementKeys
(List<String> entitlements) void
setRoleMembershipMatch
(Float membershipMatch) void
setRoleName
(String roleName) toString()
Returns the string representation of this Relationship.Methods inherited from class oracle.iam.identity.vo.RelationshipImpl
getAttribute, getAttributeNames, getAttributes, getID1, getId1Entity, getID2, getId2Entity, setAttribute, setId1Entity, setId2Entity
-
Constructor Details
-
RoleConsolidation
-
RoleConsolidation
-
-
Method Details
-
getPercentMatch
-
getRoleKey
-
setRoleName
-
getRoleName
-
setRoleMembershipMatch
-
getRoleMembershipMatch
-
setMainRoleKey
-
getMainRoleKey
-
setMainEntitlementKeys
-
getMainEntitlementKeys
-
getRoleEntitlementKeys
-
setRoleEntitlementKeys
-
toString
Description copied from interface:Relationship
Returns the string representation of this Relationship.- Specified by:
toString
in interfaceRelationship
- Overrides:
toString
in classRelationshipImpl
- Returns:
- The string representation of this Relationship.
-