Class OIMAttribute

java.lang.Object
oracle.iam.reconciliation.config.vo.Field
oracle.iam.reconciliation.config.vo.OIMAttribute
All Implemented Interfaces:
Serializable

public class OIMAttribute extends Field
Specifies an Attribute of an OIM entity which is mapped to an attribute from target system in reconciliation profile.
See Also:
  • Constructor Details

    • OIMAttribute

      public OIMAttribute(String name, Type type, String fieldName, Type fieldType)
    • OIMAttribute

      public OIMAttribute(String name, Type type, String fieldName, Type fieldType, ResourceType resourceType)
      Constructs OIMAttribute.
      Parameters:
      name - as defined in the OIM entity definition.
      type - as defined in the OIM entity definition.
      fieldName - as defined in the OIM entity definition.
      fieldType - as defined in the OIM entity definition.
      resourceType - required only in case if mapped attribute comes from a different resourceType then the resourceType defined at the Profile level. Example cases are profiles for ResourceType.RoleRole and ResourceType.RoleUser.
  • Method Details

    • getResourceType

      public ResourceType getResourceType()
      Required only in case if mapped attribute comes from a different resourceType then the resourceType defined at the Profile level. Example cases are profiles for ResourceType.RoleRole and ResourceType.RoleUser.
      Returns:
      ResourceType
    • getFieldType

      public Type getFieldType()
    • getFieldName

      public String getFieldName()
    • getType

      public Type getType()