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 getEntityAttrAndColumnCodeLookup()
          This Method will return the map of lookup encode and decode value of User attributes from LKU table.
 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

getEntityAttrAndColumnCodeLookup

java.util.Map getEntityAttrAndColumnCodeLookup()
                                               throws java.lang.Exception
This Method will return the map of lookup encode and decode value of User attributes from LKU table. This method is uses in GTC to resolve the user attributes.
Returns:
Map of lookup encode and decode value of User attributes from LKU table.
Throws:
java.lang.Exception

Skip navigation links


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