Class RoleConsolidation

java.lang.Object
oracle.iam.identity.vo.RelationshipImpl
oracle.iam.identity.rolemgmt.vo.RoleConsolidation
All Implemented Interfaces:
Serializable, Relationship

public class RoleConsolidation extends RelationshipImpl
See Also:
  • Constructor Details

    • RoleConsolidation

      public RoleConsolidation(Float percentMatch, String roleKey)
    • RoleConsolidation

      public RoleConsolidation(Float percentMatch, String roleKey, Map<String,Object> attrs)
  • Method Details

    • getPercentMatch

      public Float getPercentMatch()
    • getRoleKey

      public String getRoleKey()
    • setRoleName

      public void setRoleName(String roleName)
    • getRoleName

      public String getRoleName()
    • setRoleMembershipMatch

      public void setRoleMembershipMatch(Float membershipMatch)
    • getRoleMembershipMatch

      public Float getRoleMembershipMatch()
    • setMainRoleKey

      public void setMainRoleKey(String roleKey)
    • getMainRoleKey

      public String getMainRoleKey()
    • setMainEntitlementKeys

      public void setMainEntitlementKeys(List<String> entitlements)
    • getMainEntitlementKeys

      public List<String> getMainEntitlementKeys()
    • getRoleEntitlementKeys

      public List<String> getRoleEntitlementKeys()
    • setRoleEntitlementKeys

      public void setRoleEntitlementKeys(List<String> entitlements)
    • toString

      public String toString()
      Description copied from interface: Relationship
      Returns the string representation of this Relationship.
      Specified by:
      toString in interface Relationship
      Overrides:
      toString in class RelationshipImpl
      Returns:
      The string representation of this Relationship.