Class ConnectorAdapter
- java.lang.Object
-
- org.openiam.sync.service.impl.srcadapter.adapters.AbstractSrcAdapter
-
- org.openiam.sync.service.impl.srcadapter.adapters.ConnectorAdapter
-
- All Implemented Interfaces:
SourceAdapter
@Component public class ConnectorAdapter extends AbstractSrcAdapter
Scan AD for any new records, changed users, or delete operations and then synchronizes them back into OpenIAM.- Author:
- suneet
-
-
Field Summary
-
Fields inherited from class org.openiam.sync.service.impl.srcadapter.adapters.AbstractSrcAdapter
auditLogHelper, mapper, propertyValueSweeper, provisionQueue, rabbitMQSender, scriptRunner, syncHelper, syncObjectProcessorFactory
-
-
Constructor Summary
Constructors Constructor Description ConnectorAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected LastRecordMetric
getRowTime(LineObject rowObj, SynchConfig config)
protected void
incrementalSyncProcessing(SynchConfig config)
Response
testConnection(SynchConfig config)
protected boolean
validatePartsGeneration(List<LineObject> allObjects, SynchConfig config)
-
Methods inherited from class org.openiam.sync.service.impl.srcadapter.adapters.AbstractSrcAdapter
buildAuditLog, decryptPassword, getLastRecGeneralizedTime, getLastRecordMetric, getObjectString, hasError, mean, performTransformationScript, processLineObject, processPart, setMetric, setMetric, startSynch, startSynch, sum
-
-
-
-
Method Detail
-
validatePartsGeneration
protected boolean validatePartsGeneration(List<LineObject> allObjects, SynchConfig config)
- Specified by:
validatePartsGeneration
in classAbstractSrcAdapter
-
incrementalSyncProcessing
protected void incrementalSyncProcessing(SynchConfig config)
- Overrides:
incrementalSyncProcessing
in classAbstractSrcAdapter
-
getRowTime
protected LastRecordMetric getRowTime(LineObject rowObj, SynchConfig config)
- Specified by:
getRowTime
in classAbstractSrcAdapter
-
testConnection
public Response testConnection(SynchConfig config)
-
-