Uses of Interface
org.openiam.sync.service.SyncAbstractProcessorScript
-
Packages that use SyncAbstractProcessorScript Package Description org.openiam.sync.service Provides the core interfaces for OpenIAM's identity synchronization framework scripts and adapters.org.openiam.sync.service.impl.util -
-
Uses of SyncAbstractProcessorScript in org.openiam.sync.service
Subinterfaces of SyncAbstractProcessorScript in org.openiam.sync.service Modifier and Type Interface Description interfaceSyncPostprocessorScriptInterface which is called after sync validated and started (currently not right after end of sync) not a mandatory scriptinterfaceSyncPreprocessorScriptInterface which is called before sync running not a mandatory script -
Uses of SyncAbstractProcessorScript in org.openiam.sync.service.impl.util
Methods in org.openiam.sync.service.impl.util with parameters of type SyncAbstractProcessorScript Modifier and Type Method Description static booleanSynchScriptUtil. validateSyncPreprocessorScriptResult(SyncAbstractProcessorScript processorScript, SynchConfig config)
-