Configuration importConfig = new Configuration();
importConfig.put(new PropertySimple(SystemSettingsImporter.PROPERTIES_TO_IMPORT_PROPERTY, StringUtil
.collectionToString(allowedSettings, ", ")));
importer.configure(importConfig);
importer.update(null, importedSettings);
importer.finishImport();
}