Class OIMAttribute
java.lang.Object
oracle.iam.reconciliation.config.vo.Field
oracle.iam.reconciliation.config.vo.OIMAttribute
- All Implemented Interfaces:
Serializable
Specifies an Attribute of an OIM entity which is mapped to an attribute from target system in reconciliation profile.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOIMAttribute(String name, Type type, String fieldName, Type fieldType) OIMAttribute(String name, Type type, String fieldName, Type fieldType, ResourceType resourceType) Constructs OIMAttribute. -
Method Summary
Modifier and TypeMethodDescriptionRequired only in case if mapped attribute comes from a different resourceType then the resourceType defined at the Profile level.getType()
-
Constructor Details
-
OIMAttribute
-
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 forResourceType.RoleRoleandResourceType.RoleUser.
-
-
Method Details
-
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 forResourceType.RoleRoleandResourceType.RoleUser.- Returns:
- ResourceType
-
getFieldType
-
getFieldName
-
getType
-