Interface UserEntityAttributeMapping


public interface UserEntityAttributeMapping
The UserEntityAttributeMapping API provides method to get mappings of user attributes and column names.
  • Method Details

    • getMappingEntityAttrAndColumnCode

      Map<String,String> getMappingEntityAttrAndColumnCode() throws Exception
      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

      Map<String,String> getMappedColumnCodeFromEntityAttr() throws Exception
      This Method will return the map of User attributes mapped with 9.1 attributes.
      Returns:
      a Map of the attribute mappings
      Throws:
      Exception
    • getBackEndNames

      Map<String,String> getBackEndNames() throws Exception
      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

      Map<String,String> getEntityAttrAndColumnCodeLookup() throws Exception
      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