public interface UserEntityAttributeMapping
UserEntityAttributeMapping API provides method to get mappings
of user attributes and column names.| Modifier and Type | Method and Description |
|---|---|
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 encoded and decoded value of User attributes from LKU table.
|
java.util.Map |
getMappedColumnCodeFromEntityAttr()
This Method will return the map of User attributes mapped with 9.1 attributes.
|
java.util.Map |
getMappingEntityAttrAndColumnCode()
This method getMappingEntityAttrAndColumnCode will return the map
of 9.1 attribute mapped with User attribute.
|
java.util.Map getMappingEntityAttrAndColumnCode()
throws java.lang.Exception
Map of the attribute mappingsjava.lang.Exceptionjava.util.Map getMappedColumnCodeFromEntityAttr()
throws java.lang.Exception
Map of the attribute mappingsjava.lang.Exceptionjava.util.Map getBackEndNames()
throws java.lang.Exception
java.lang.Exceptionjava.util.Map getEntityAttrAndColumnCodeLookup()
throws java.lang.Exception
java.lang.Exception