public interface UserImportSerivce
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserImportSerivce.ImportResult |
| Modifier and Type | Method and Description |
|---|---|
List<UserImportSerivce.ImportResult> |
importToExistingUser(List<UserImportSpec> imports,
pl.edu.icm.unity.types.basic.IdentityTaV existingUser)
Performs an import which enriches the information about the existing user.
|
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
|
List<UserImportSerivce.ImportResult> importUser(List<UserImportSpec> imports)
identity - type - List<UserImportSerivce.ImportResult> importToExistingUser(List<UserImportSpec> imports, pl.edu.icm.unity.types.basic.IdentityTaV existingUser)
imports - Copyright © 2018 Unity. All rights reserved.