Uses of Class
pl.edu.icm.unity.engine.api.userimport.UserImportSpec
-
Packages that use UserImportSpec Package Description pl.edu.icm.unity.engine.api The main entry point to engine's functionality.pl.edu.icm.unity.engine.api.idp IdP-type endpoints supportpl.edu.icm.unity.engine.api.userimport API of the user import subsystem. -
-
Uses of UserImportSpec in pl.edu.icm.unity.engine.api
Method parameters in pl.edu.icm.unity.engine.api with type arguments of type UserImportSpec Modifier and Type Method Description List<UserImportSerivce.ImportResult>
UserImportManagement. importUser(List<UserImportSpec> imports)
Perform user import. -
Uses of UserImportSpec in pl.edu.icm.unity.engine.api.idp
Methods in pl.edu.icm.unity.engine.api.idp that return types with arguments of type UserImportSpec Modifier and Type Method Description static List<UserImportSpec>
UserImportHelper. getUserImports(Set<UserImportConfig> userImportConfigs, Map<String,String> identitiesByType)
static List<UserImportSpec>
UserImportHelper. getUserImportsLegacy(UserImportConfigs userImportConfigs, String identity, String type)
-
Uses of UserImportSpec in pl.edu.icm.unity.engine.api.userimport
Methods in pl.edu.icm.unity.engine.api.userimport that return UserImportSpec Modifier and Type Method Description static UserImportSpec
UserImportSpec. withAllImporters(String identityValue, String identityType)
Method parameters in pl.edu.icm.unity.engine.api.userimport with type arguments of type UserImportSpec Modifier and Type Method Description List<UserImportSerivce.ImportResult>
UserImportSerivce. importToExistingUser(List<UserImportSpec> imports, IdentityTaV existingUser)
Performs an import which enriches the information about the existing user.List<UserImportSerivce.ImportResult>
UserImportSerivce. 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
-