Skip navigation links
oracle.iam.reconciliation.config.vo
Class OIMAttribute
java.lang.Object
oracle.iam.reconciliation.config.vo.Field
oracle.iam.reconciliation.config.vo.OIMAttribute
- All Implemented Interfaces:
- java.io.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:
- Serialized Form
| Methods inherited from class oracle.iam.reconciliation.config.vo.Field |
getName |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OIMAttribute
public OIMAttribute(java.lang.String name,
Type type,
java.lang.String fieldName,
Type fieldType)
OIMAttribute
public OIMAttribute(java.lang.String name,
Type type,
java.lang.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.
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 java.lang.String getFieldName()
getType
public Type getType()
Skip navigation links
Copyright © 2014, Oracle and/or its affiliates. All rights reserved.