Package org.bonitasoft.engine.identity
Class UserImporter
java.lang.Object
org.bonitasoft.engine.identity.UserImporter
- Author:
- Elias Ricken de Medeiros
-
Constructor Summary
ConstructorsConstructorDescriptionUserImporter(IdentityService identityService, ImportOrganizationStrategy strategy, long userIdFromSession, CustomUserInfoValueImporter infoValueImporter) -
Method Summary
Modifier and TypeMethodDescriptionimportUsers(List<org.bonitasoft.engine.identity.xml.ExportedUser> usersToImport)
-
Constructor Details
-
UserImporter
public UserImporter(IdentityService identityService, ImportOrganizationStrategy strategy, long userIdFromSession, CustomUserInfoValueImporter infoValueImporter)
-
-
Method Details
-
importUsers
public Map<String,SUser> importUsers(List<org.bonitasoft.engine.identity.xml.ExportedUser> usersToImport) throws SBonitaException - Throws:
SBonitaException
-