Uses of Interface
org.openiam.sync.service.SourceAdapter
-
Packages that use SourceAdapter Package Description org.openiam.sync.service.impl.srcadapter org.openiam.sync.service.impl.srcadapter.adapters -
-
Uses of SourceAdapter in org.openiam.sync.service.impl.srcadapter
Methods in org.openiam.sync.service.impl.srcadapter that return SourceAdapter Modifier and Type Method Description SourceAdapterAdapterFactory. create(SynchConfig config) -
Uses of SourceAdapter in org.openiam.sync.service.impl.srcadapter.adapters
Classes in org.openiam.sync.service.impl.srcadapter.adapters that implement SourceAdapter Modifier and Type Class Description classAbstractSrcAdapterAbstract class which all Source System adapters must extend User: Suneet Shah Date: 3/10/11 Time: 6:18 PM To change this template use File | Settings | File Templates.classConnectorAdapterScan AD for any new records, changed users, or delete operations and then synchronizes them back into OpenIAM.classCSVAdapterReads a CSV file for use during the synchronization processclassLogAdapterReads a Log file for use during the synchronization processclassRDBMSAdapterReads a CSV file for use during the synchronization process
-