Uses of Class
org.openiam.base.response.SyncResponse
-
Packages that use SyncResponse Package Description org.openiam.base.request org.openiam.sync.service Provides the core interfaces for OpenIAM's identity synchronization framework scripts and adapters.org.openiam.sync.service.impl.service.generic org.openiam.sync.service.impl.srcadapter.adapters -
-
Uses of SyncResponse in org.openiam.base.request
Subclasses of SyncResponse in org.openiam.base.request Modifier and Type Class Description classImportSyncResponseResponse object from a synchronization request. -
Uses of SyncResponse in org.openiam.sync.service
Methods in org.openiam.sync.service that return SyncResponse Modifier and Type Method Description SyncResponseSourceAdapter. startSynch(SynchConfig config)SyncResponseSourceAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects) -
Uses of SyncResponse in org.openiam.sync.service.impl.service.generic
Methods in org.openiam.sync.service.impl.service.generic that return SyncResponse Modifier and Type Method Description SyncResponseGenericObjectSynchService. startSynchronization(SynchConfig config)Initiates the synchronization process -
Uses of SyncResponse in org.openiam.sync.service.impl.srcadapter.adapters
Methods in org.openiam.sync.service.impl.srcadapter.adapters that return SyncResponse Modifier and Type Method Description SyncResponseAbstractSrcAdapter. startSynch(SynchConfig config)SyncResponseAbstractSrcAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)SyncResponseLogAdapter. startSynch(SynchConfig config)SyncResponseLogAdapter. startSynch(SynchConfig config, List<LineObject> objects)
-