Package oracle.iam.grc.sod.vo
Class User
java.lang.Object
oracle.iam.grc.sod.vo.User
- All Implemented Interfaces:
Serializable
This interface is a representation of a user account in SoD Engine Implementation.
An instance of its implementation would need to be created by the IdM system PEP,
and will get utilized to form the input of SoD analysis.
One user account definition in the SoD Engine,
is assumed to be a single aggregation of multiple accounts in the source systems
(of different types) and therefore not specific to instance of a source datatstore
or a type. E.g. 'jdoe', a single user account in OAACG, might be associated to
(and would have been synchronized from instances of) multiple source datastores
like E-business suite or Peoplesoft.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDuty[]
void
setAttributes
(Attribute[] attributes) void
setDutyList
(Duty[] dutyList)
-
Constructor Details
-
User
public User()
-
-
Method Details
-
getAttributes
- Returns:
- Returns the attributes.
-
setAttributes
- Parameters:
attributes
- The attributes to set.
-
getDutyList
- Returns:
- Returns the dutyList.
-
setDutyList
- Parameters:
dutyList
- The dutyList to set.
-