Interface UserImportSerivce


  • public interface UserImportSerivce
    Internal API for triggering user import.
    Author:
    Krzysztof Benedyczak
    • Method Detail

      • importUser

        List<UserImportSerivce.ImportResult> importUser​(List<UserImportSpec> imports)
        Perform user import of a user which has to be mapped and or created with regular way (same as during authentication) by the input profile
        Parameters:
        identity -
        type -
        Returns:
        the returned object can be typically ignored, but is provided if caller is interested in the results of import.
      • importToExistingUser

        List<UserImportSerivce.ImportResult> importToExistingUser​(List<UserImportSpec> imports,
                                                                  IdentityTaV existingUser)
        Performs an import which enriches the information about the existing user. The input profile need not to have any mapIdentity actions, as all operations will be performed in the context of the given user.
        Parameters:
        imports -
        Returns: