Interface RoleEntityAttributeMapping


public interface RoleEntityAttributeMapping
  • Method Details

    • map_columnCode_to_entityName

      Map<String,String> map_columnCode_to_entityName() throws Exception
      Returns OIM 9.1 attributes mapped to 11g attributes (i.e., Groups.Group Name->Role Name)
      Returns:
      A map containing the mapping.
      Throws:
      Exception
    • map_entityName_to_columnCode

      Map<String,String> map_entityName_to_columnCode() throws Exception
      Returns OIM 11g attributes mapped to OIM 9.1 attributes (the reverse of @see getMappingEntityAttrAndColumnCode). (i.e., Role Name->Groups.Group Name)
      Returns:
      A map containing the mapping.
      Throws:
      Exception