Class RoleHierarchy

java.lang.Object
oracle.iam.reconciliation.vo.RoleHierarchy
All Implemented Interfaces:
Serializable

public class RoleHierarchy extends Object implements Serializable
Encapsulates an instance of a Role Hierarchy as used in Reconciliation, for the Event Management APIs. Note that this Event object may differ from the actual Role Hierarchy Data Object. It is a view from a management perspective only.
See Also:
  • Constructor Details

    • RoleHierarchy

      public RoleHierarchy()
      Instantiates an empty Role Memberobject.
    • RoleHierarchy

      public RoleHierarchy(Long rekey)
      Instantiates a Role object using its Key.
      Parameters:
      rekey - the Event ID
    • RoleHierarchy

      public RoleHierarchy(Long rekey, Long ugpkey)
      Instantiates a Role object using its Key and Role Key.
      Parameters:
      rekey - the Event ID
      ugpkey - the ID of the Role
    • RoleHierarchy

      public RoleHierarchy(Long rekey, Long ugpkey, Long parentUgp)
      Instantiates a Role object using its Key and Role Key and User Key.
      Parameters:
      rekey - the Event ID
      ugpkey - the ID of the current Role
      parentUgp - the ID of the Parent Role of the specified role
  • Method Details

    • setReKey

      public void setReKey(Long reKey)
    • getReKey

      public Long getReKey()
    • setUgpKey

      public void setUgpKey(Long ugpKey)
    • getUgpKey

      public Long getUgpKey()
    • setParentUgpKey

      public void setParentUgpKey(Long parentKey)
    • getParentUgpKey

      public Long getParentUgpKey()