Class TargetAttribute

All Implemented Interfaces:
Serializable

public class TargetAttribute extends AttributeWithSource
This class is a value object. An instance could represent the following:

 1) An attribute belonging to the "OIM" category "User" dataset.
 

 2) An attribute belonging to the "OIM" category "Account" dataset.
Version:
1.5, Oracle Identity Manager 9.1
See Also:
  • Constructor Details

    • TargetAttribute

      public TargetAttribute()
  • Method Details

    • setKeyField

      public void setKeyField(boolean _keyField)
    • getKeyField

      public boolean getKeyField()
      This method returns the value of the key field information for this attribute, associated to reconciliation.
      Returns:
      Flag that captures the information of whether this field is
      
       a) a Key field for reconciliation process matching, if a member of the "OIM" category "Account" dataset
       
      
       b) an element of reconciliation rule, if a member of the "OIM" category "User" dataset
    • getCaseInsensitiveField

      public boolean getCaseInsensitiveField()
    • setCaseInsensitiveField

      public void setCaseInsensitiveField(boolean caseInsensitiveField)
    • isLookupFieldFlag

      public boolean isLookupFieldFlag()
    • setLookupFieldFlag

      public void setLookupFieldFlag(boolean lookupFieldFlag)
    • getLookupMap

      public Map getLookupMap()
    • setLookupMap

      public void setLookupMap(Map lookupMap)