Package oracle.iam.reconciliation.vo
Class RoleHierarchy
java.lang.Object
oracle.iam.reconciliation.vo.RoleHierarchy
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionInstantiates an empty Role Memberobject.RoleHierarchy
(Long rekey) Instantiates a Role object using its Key.RoleHierarchy
(Long rekey, Long ugpkey) Instantiates a Role object using its Key and Role Key.RoleHierarchy
(Long rekey, Long ugpkey, Long parentUgp) Instantiates a Role object using its Key and Role Key and User Key. -
Method Summary
-
Constructor Details
-
RoleHierarchy
public RoleHierarchy()Instantiates an empty Role Memberobject. -
RoleHierarchy
Instantiates a Role object using its Key.- Parameters:
rekey
- the Event ID
-
RoleHierarchy
Instantiates a Role object using its Key and Role Key.- Parameters:
rekey
- the Event IDugpkey
- the ID of the Role
-
RoleHierarchy
Instantiates a Role object using its Key and Role Key and User Key.- Parameters:
rekey
- the Event IDugpkey
- the ID of the current RoleparentUgp
- the ID of the Parent Role of the specified role
-
-
Method Details
-
setReKey
-
getReKey
-
setUgpKey
-
getUgpKey
-
setParentUgpKey
-
getParentUgpKey
-