Skip navigation links


oracle.iam.identity.rolemgmt.api
Interface RoleEntityAttributeMapping


public interface RoleEntityAttributeMapping

Method Summary
 java.util.Map getMappedColumnCodeFromEntityAttr()
          Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
 java.util.Map getMappingEntityAttrAndColumnCode()
          Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.

 

Method Detail

getMappingEntityAttrAndColumnCode

java.util.Map getMappingEntityAttrAndColumnCode()
                                                throws java.lang.Exception
Returns OIM 9.1 attributes mapped to OIM 9.2 attributes.
Returns:
A map containing the mapping.
Throws:
java.lang.Exception

getMappedColumnCodeFromEntityAttr

java.util.Map getMappedColumnCodeFromEntityAttr()
                                                throws java.lang.Exception
Returns OIM 9.2 attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode).
Returns:
A map containing the mapping.
Throws:
java.lang.Exception

Skip navigation links


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