Interface UserImportManagement


public interface UserImportManagement
Allows for manual triggering of user import.
Author:
Krzysztof Benedyczak
  • Method Details

    • importUser

      List<UserImportSerivce.ImportResult> importUser(List<UserImportSpec> imports) throws pl.edu.icm.unity.base.exceptions.EngineException
      Perform user import.
      Returns:
      the returned object can be typically ignored, but is provided if caller is interested in the results of import.
      Throws:
      pl.edu.icm.unity.base.exceptions.EngineException