Interface UserImportManagement


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

      • importUser

        java.util.List<UserImportSerivce.ImportResult> importUser​(java.util.List<UserImportSpec> imports)
                                                           throws pl.edu.icm.unity.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.exceptions.EngineException