Package oracle.iam.reconciliation.vo
Class RoleMember
java.lang.Object
oracle.iam.reconciliation.vo.RoleMember
- All Implemented Interfaces:
Serializable
Encapsulates an instance of a Role Member as used in Reconciliation, for
the Event Management APIs. Note that this Event object may differ from the
actual Role Data Object. It is a view from a management perspective only.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates an empty Role Memberobject.RoleMember
(Long rekey) Instantiates a Role object using its Key.RoleMember
(Long rekey, Long ugpkey) Instantiates a Role object using its Key and Role Key.RoleMember
(Long rekey, Long ugpkey, Long usrkey) Instantiates a Role object using its Key and Role Key and User Key. -
Method Summary
-
Constructor Details
-
RoleMember
public RoleMember()Instantiates an empty Role Memberobject. -
RoleMember
Instantiates a Role object using its Key.- Parameters:
rekey
- the Event ID
-
RoleMember
Instantiates a Role object using its Key and Role Key.- Parameters:
rekey
- the Event IDugpkey
- the ID of the Role this membership pertains to
-
RoleMember
Instantiates a Role object using its Key and Role Key and User Key.- Parameters:
rekey
- the Event IDugpkey
- the ID of the Role this membership pertains tousrkey
- the ID of the User member of the specified role
-
-
Method Details
-
setReKey
-
getReKey
-
setUgpKey
-
getUgpKey
-
setUsrKey
-
getUsrKey
-