Skip navigation links


oracle.iam.grc.sod.vo
Class User

java.lang.Object
  extended by oracle.iam.grc.sod.vo.User

All Implemented Interfaces:
java.io.Serializable

public class User
extends java.lang.Object
implements java.io.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:
Serialized Form

Constructor Summary
User()
           

 

Method Summary
 Attribute[] getAttributes()
           
 Duty[] getDutyList()
           
 void setAttributes(Attribute[] attributes)
           
 void setDutyList(Duty[] dutyList)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

User

public User()

Method Detail

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.

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.