Uses of Class
pl.edu.icm.unity.engine.api.userimport.UserImportSpec
Packages that use UserImportSpec
Package
Description
The main entry point to engine's functionality.
IdP-type endpoints support
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 UserImportSpecModifier and TypeMethodDescriptionUserImportManagement.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 UserImportSpecModifier and TypeMethodDescriptionstatic 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 UserImportSpecModifier and TypeMethodDescriptionstatic UserImportSpecUserImportSpec.withAllImporters(String identityValue, String identityType) Method parameters in pl.edu.icm.unity.engine.api.userimport with type arguments of type UserImportSpecModifier and TypeMethodDescriptionUserImportSerivce.importToExistingUser(List<UserImportSpec> imports, pl.edu.icm.unity.base.identity.IdentityTaV existingUser) Performs an import which enriches the information about the existing user.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