Uses of Class
org.openiam.base.request.BulkMigrationConfig
-
Packages that use BulkMigrationConfig Package Description org.openiam.srvc.idm org.openiam.sync.service Provides the core interfaces for OpenIAM's identity synchronization framework scripts and adapters.org.openiam.sync.service.impl.service Provides abstract base classes for identity transformation scripts in OpenIAM. -
-
Uses of BulkMigrationConfig in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm with parameters of type BulkMigrationConfig Modifier and Type Method Description voidAsynchIdentitySynchService. bulkUserMigration(BulkMigrationConfig config)Moves a set of users from resource or role.voidAsynchIdentitySynchServiceImpl. 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 voidSynchronizationDataService. 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 voidSynchronizationDataServiceImpl. bulkUserMigration(BulkMigrationConfig config)
-