Package oracle.iam.identity.orgmgmt.api
Interface OrganizationEntityAttributeMapping
public interface OrganizationEntityAttributeMapping
-
Method Summary
Modifier and TypeMethodDescriptionThis method will return a list of DB Column name for the Organization AttributesReturns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.
-
Method Details
-
getMappingEntityAttrAndColumnCode
Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.- Returns:
- A
map
containing the mapping. - Throws:
Exception
-
getMappedColumnCodeFromEntityAttr
Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).- Returns:
- A
map
containing the mapping. - Throws:
Exception
-
getBackEndNames
This method will return a list of DB Column name for the Organization Attributes- Returns:
- List of DB Column names for Organization entity
- Throws:
Exception
-