Package 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
Modifier and TypeMethodDescriptionThis method will return a list of DB Column name for the User AttributesThis Method will return the map of lookup encoded and decoded value of User attributes from LKU table.This Method will return the map of User attributes mapped with 9.1 attributes.This method getMappingEntityAttrAndColumnCode will return the map of 9.1 attribute mapped with User attribute.
-
Method Details
-
getMappingEntityAttrAndColumnCode
This method getMappingEntityAttrAndColumnCode will return the map of 9.1 attribute mapped with User attribute.- Returns:
- a
Map
of the attribute mappings - Throws:
Exception
-
getMappedColumnCodeFromEntityAttr
This Method will return the map of User attributes mapped with 9.1 attributes.- Returns:
- a
Map
of the attribute mappings - Throws:
Exception
-
getBackEndNames
This method will return a list of DB Column name for the User Attributes- Returns:
- List of DB Column names for User entity
- Throws:
Exception
-
getEntityAttrAndColumnCodeLookup
This Method will return the map of lookup encoded and decoded value of User attributes from LKU table. This method is used in GTC to resolve the user attributes.- Returns:
- Map of lookup encoded and decodde value of User attributes.
- Throws:
Exception
-