Uses of Class
pl.edu.icm.unity.engine.api.userimport.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
Modifier and TypeMethodDescriptionUserImportManagement.importUser
(List<UserImportSpec> imports) Perform user import. -
Uses of UserImportSpec in pl.edu.icm.unity.engine.api.idp
Modifier 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
Modifier and TypeMethodDescriptionstatic UserImportSpec
UserImportSpec.withAllImporters
(String identityValue, String identityType) Modifier and TypeMethodDescriptionUserImportSerivce.importToExistingUser
(List<UserImportSpec> imports, 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