Skip navigation links


oracle.iam.identity.rolemgmt.api
Interface RoleEntityAttributeMapping


public interface RoleEntityAttributeMapping

Method Summary
 java.util.Map map_columnCode_to_entityName()
          Returns OIM 9.1 attributes mapped to 11g attributes (i.e., Groups.Group Name->Role Name)
 java.util.Map map_entityName_to_columnCode()
          Returns OIM 11g attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).

 

Method Detail

map_columnCode_to_entityName

java.util.Map map_columnCode_to_entityName()
                                           throws java.lang.Exception
Returns OIM 9.1 attributes mapped to 11g attributes (i.e., Groups.Group Name->Role Name)
Returns:
A map containing the mapping.
Throws:
java.lang.Exception

map_entityName_to_columnCode

java.util.Map map_entityName_to_columnCode()
                                           throws java.lang.Exception
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:
java.lang.Exception

Skip navigation links


Copyright © 2014, Oracle and/or its affiliates. All rights reserved.