Uses of Class
org.openiam.base.request.BulkMigrationConfig
-
Packages that use BulkMigrationConfig Package Description org.openiam.srvc.idm org.openiam.sync.service org.openiam.sync.service.impl.service -
-
Uses of BulkMigrationConfig in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type BulkMigrationConfig Modifier and Type Method Description void
AsynchIdentitySynchService. bulkUserMigration(BulkMigrationConfig config)
Moves a set of users from resource or role.void
AsynchIdentitySynchServiceImpl. bulkUserMigration(BulkMigrationConfig config)
-
Uses of BulkMigrationConfig in org.openiam.sync.service
Methods in org.openiam.sync.service with parameters of type BulkMigrationConfig Modifier and Type Method Description void
SynchronizationDataService. bulkUserMigration(BulkMigrationConfig config)
Moves a set of users from resource or role. -
Uses of BulkMigrationConfig in org.openiam.sync.service.impl.service
Methods in org.openiam.sync.service.impl.service with parameters of type BulkMigrationConfig Modifier and Type Method Description void
SynchronizationDataServiceImpl. bulkUserMigration(BulkMigrationConfig config)
-