Package oracle.iam.identity.rolemgmt.api
Interface RoleEntityAttributeMapping
public interface RoleEntityAttributeMapping
-
Method Summary
Modifier and TypeMethodDescriptionReturns OIM 9.1 attributes mapped to 11g attributes (i.e., Groups.Group Name->Role Name)Returns OIM 11g attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
-
Method Details
-
map_columnCode_to_entityName
Returns OIM 9.1 attributes mapped to 11g attributes (i.e., Groups.Group Name->Role Name)- Returns:
- A
map
containing the mapping. - Throws:
Exception
-
map_entityName_to_columnCode
Returns OIM 11g attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode). (i.e., Role Name->Groups.Group Name)- Returns:
- A
map
containing the mapping. - Throws:
Exception
-