Skip navigation links


oracle.iam.identity.usermgmt.api
Interface UserEntityAttributeMapping


public interface UserEntityAttributeMapping

The UserEntityAttributeMapping API provides method to get mappings of user attributes and column names.


Method Summary
 java.util.Map getBackEndNames()
          This method will return a list of DB Column name for the User Attributes
 java.util.Map getMappedColumnCodeFromEntityAttr()
          This Method will return the map of 9.2 attributes mapped with 9.1 attributes.
 java.util.Map getMappingEntityAttrAndColumnCode()
          This method getMappingEntityAttrAndColumnCode will return the map of 9.1 attribute mapped with 9.2 attribute.

 

Method Detail

getMappingEntityAttrAndColumnCode

java.util.Map getMappingEntityAttrAndColumnCode()
                                                throws java.lang.Exception
This method getMappingEntityAttrAndColumnCode will return the map of 9.1 attribute mapped with 9.2 attribute.
Returns:
a Map of the attribute mappings
Throws:
java.lang.Exception

getMappedColumnCodeFromEntityAttr

java.util.Map getMappedColumnCodeFromEntityAttr()
                                                throws java.lang.Exception
This Method will return the map of 9.2 attributes mapped with 9.1 attributes.
Returns:
a Map of the attribute mappings
Throws:
java.lang.Exception

getBackEndNames

java.util.Map getBackEndNames()
                              throws java.lang.Exception
This method will return a list of DB Column name for the User Attributes
Returns:
Lsit of DB Column name s for User entity
Throws:
java.lang.Exception

Skip navigation links


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