Class User

java.lang.Object
oracle.iam.grc.sod.vo.User
All Implemented Interfaces:
Serializable

public class User extends Object implements 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 Details

    • User

      public User()
  • Method Details

    • getAttributes

      public Attribute[] getAttributes()
      Returns:
      Returns the attributes.
    • setAttributes

      public void setAttributes(Attribute[] attributes)
      Parameters:
      attributes - The attributes to set.
    • getDutyList

      public Duty[] getDutyList()
      Returns:
      Returns the dutyList.
    • setDutyList

      public void setDutyList(Duty[] dutyList)
      Parameters:
      dutyList - The dutyList to set.