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 SourceAdapter
AdapterFactory. 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 class
AbstractSrcAdapter
Abstract 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.class
ConnectorAdapter
Scan AD for any new records, changed users, or delete operations and then synchronizes them back into OpenIAM.class
CSVAdapter
Reads a CSV file for use during the synchronization processclass
LogAdapter
Reads a Log file for use during the synchronization processclass
RDBMSAdapter
Reads a CSV file for use during the synchronization process
-