Uses of Class
org.openiam.idm.srvc.synch.dto.SynchConfig
-
-
Uses of SynchConfig in org.openiam.base.response
Methods in org.openiam.base.response that return SynchConfig Modifier and Type Method Description SynchConfig
SynchConfigResponse. getConfig()
Methods in org.openiam.base.response that return types with arguments of type SynchConfig Modifier and Type Method Description List<SynchConfig>
SynchConfigListResponse. getConfigList()
Methods in org.openiam.base.response with parameters of type SynchConfig Modifier and Type Method Description void
SynchConfigResponse. setConfig(SynchConfig config)
Method parameters in org.openiam.base.response with type arguments of type SynchConfig Modifier and Type Method Description void
SynchConfigListResponse. setConfigList(List<SynchConfig> configList)
-
Uses of SynchConfig in org.openiam.esb.core.dozer.converter
Methods in org.openiam.esb.core.dozer.converter that return SynchConfig Modifier and Type Method Description SynchConfig
SynchConfigDozerConverter. convertDTO(SynchConfig entity, boolean isDeep)
SynchConfig
SynchConfigDozerConverter. convertToDTO(SynchConfigEntity entity, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter that return types with arguments of type SynchConfig Modifier and Type Method Description List<SynchConfig>
SynchConfigDozerConverter. convertToDTOList(List<SynchConfigEntity> list, boolean isDeep)
Set<SynchConfig>
SynchConfigDozerConverter. convertToDTOSet(Set<SynchConfigEntity> set, boolean isDeep)
Methods in org.openiam.esb.core.dozer.converter with parameters of type SynchConfig Modifier and Type Method Description SynchConfig
SynchConfigDozerConverter. convertDTO(SynchConfig entity, boolean isDeep)
SynchConfigEntity
SynchConfigDozerConverter. convertToEntity(SynchConfig entity, boolean isDeep)
Method parameters in org.openiam.esb.core.dozer.converter with type arguments of type SynchConfig Modifier and Type Method Description List<SynchConfigEntity>
SynchConfigDozerConverter. convertToEntityList(List<SynchConfig> list, boolean isDeep)
Set<SynchConfigEntity>
SynchConfigDozerConverter. convertToEntitySet(Set<SynchConfig> set, boolean isDeep)
-
Uses of SynchConfig in org.openiam.esb.core.service
Methods in org.openiam.esb.core.service that return types with arguments of type SynchConfig Modifier and Type Method Description List<SynchConfig>
IdentitySynchService. getSynchConfigs(SynchConfigSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.core.service with parameters of type SynchConfig Modifier and Type Method Description SynchConfigResponse
IdentitySynchService. addConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchService. mergeConfig(SynchConfig synchConfig)
-
Uses of SynchConfig in org.openiam.esb.sync.service
Methods in org.openiam.esb.sync.service that return types with arguments of type SynchConfig Modifier and Type Method Description List<SynchConfig>
IdentitySynchServiceImpl. getSynchConfigs(SynchConfigSearchBean searchBean, int from, int size)
Methods in org.openiam.esb.sync.service with parameters of type SynchConfig Modifier and Type Method Description SynchConfigResponse
IdentitySynchServiceImpl. addConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchServiceImpl. mergeConfig(SynchConfig synchConfig)
-
Uses of SynchConfig in org.openiam.recon.service.impl.srcadapter.adapters
Methods in org.openiam.recon.service.impl.srcadapter.adapters with parameters of type SynchConfig Modifier and Type Method Description Response
ConnectorReconAdapter. testConnection(SynchConfig config)
-
Uses of SynchConfig in org.openiam.recon.service.intf.processor
Methods in org.openiam.recon.service.intf.processor with parameters of type SynchConfig Modifier and Type Method Description Response
ReconSourceAdapter. testConnection(SynchConfig config)
-
Uses of SynchConfig in org.openiam.srvc.idm
Methods in org.openiam.srvc.idm that return types with arguments of type SynchConfig Modifier and Type Method Description List<SynchConfig>
IdentitySynchWebService. getSynchConfigs(SynchConfigSearchBean searchBean, int size, int from)
List<SynchConfig>
IdentitySynchWebServiceImpl. getSynchConfigs(SynchConfigSearchBean searchBean, int from, int size)
Methods in org.openiam.srvc.idm with parameters of type SynchConfig Modifier and Type Method Description SynchConfigResponse
IdentitySynchWebService. addConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchWebServiceImpl. addConfig(SynchConfig synchConfig)
Response
AsynchIdentitySynchService. checkSynchStatus(SynchConfig config)
Response
AsynchIdentitySynchServiceImpl. checkSynchStatus(SynchConfig config)
SynchConfigResponse
IdentitySynchWebService. mergeConfig(SynchConfig synchConfig)
SynchConfigResponse
IdentitySynchWebServiceImpl. mergeConfig(SynchConfig synchConfig)
void
AsynchIdentitySynchService. startCustomSynchronization(SynchConfig config, String additionalValues)
void
AsynchIdentitySynchServiceImpl. startCustomSynchronization(SynchConfig config, String additionalValues)
void
AsynchIdentitySynchService. startSynchronization(SynchConfig config)
void
AsynchIdentitySynchServiceImpl. startSynchronization(SynchConfig config)
Response
AsynchIdentitySynchService. testConnection(SynchConfig config)
Response
AsynchIdentitySynchServiceImpl. testConnection(SynchConfig config)
-
Uses of SynchConfig in org.openiam.sync.service
Methods in org.openiam.sync.service with parameters of type SynchConfig Modifier and Type Method Description List<LineObject>
WSOperationCommand. execute(SynchConfig config)
Response
SynchronizationDataService. getSynchStatus(SynchConfig config)
int
SyncAbstractProcessorScript. isValid(SynchConfig config)
int
SyncAbstractProcessorScript. postAction(SynchConfig config)
void
SynchronizationDataService. startCustomSynchronization(SynchConfig config, String additionalValues)
SyncResponse
SourceAdapter. startSynch(SynchConfig config)
SyncResponse
SourceAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)
void
SynchronizationDataService. startSynchronization(SynchConfig config)
Response
SourceAdapter. testConnection(SynchConfig config)
Response
SynchronizationDataService. testConnection(SynchConfig config)
-
Uses of SynchConfig in org.openiam.sync.service.impl.service
Fields in org.openiam.sync.service.impl.service declared as SynchConfig Modifier and Type Field Description protected SynchConfig
AbstractTransformScript. config
protected SynchConfig
AbstractValidationScript. config
Methods in org.openiam.sync.service.impl.service that return SynchConfig Modifier and Type Method Description SynchConfig
AbstractValidationScript. getConfig()
protected SynchConfig
SynchronizationDataServiceImpl. getConfig(String id)
Methods in org.openiam.sync.service.impl.service with parameters of type SynchConfig Modifier and Type Method Description Response
SynchronizationDataServiceImpl. getSynchStatus(SynchConfig config)
void
AbstractValidationScript. setConfig(SynchConfig config)
void
SynchronizationDataServiceImpl. startCustomSynchronization(SynchConfig config, String additionalValues)
void
SynchronizationDataServiceImpl. startSynchronization(SynchConfig config)
Response
SynchronizationDataServiceImpl. testConnection(SynchConfig config)
-
Uses of SynchConfig in org.openiam.sync.service.impl.service.generic
Methods in org.openiam.sync.service.impl.service.generic with parameters of type SynchConfig Modifier and Type Method Description SyncResponse
GenericObjectSynchService. startSynchronization(SynchConfig config)
Initiates the synchronization process -
Uses of SynchConfig in org.openiam.sync.service.impl.srcadapter
Methods in org.openiam.sync.service.impl.srcadapter with parameters of type SynchConfig Modifier and Type Method Description SourceAdapter
AdapterFactory. create(SynchConfig config)
-
Uses of SynchConfig in org.openiam.sync.service.impl.srcadapter.adapters
Methods in org.openiam.sync.service.impl.srcadapter.adapters with parameters of type SynchConfig Modifier and Type Method Description void
AbstractSrcAdapter. buildAuditLog(SynchConfig config, Throwable e, ProvisionObject provisionObject, LineObject rowObj, boolean includePO, boolean isSuccess, String description)
protected String
AbstractSrcAdapter. decryptPassword(SynchConfig config)
protected abstract LastRecordMetric
AbstractSrcAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
ConnectorAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
CSVAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
LogAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected LastRecordMetric
RDBMSAdapter. getRowTime(LineObject rowObj, SynchConfig config)
protected boolean
AbstractSrcAdapter. hasError(ValidationScript validationScript, LineObject rowObj, SynchConfig config)
protected void
AbstractSrcAdapter. incrementalSyncProcessing(SynchConfig config)
protected void
ConnectorAdapter. incrementalSyncProcessing(SynchConfig config)
protected void
RDBMSAdapter. incrementalSyncProcessing(SynchConfig config)
protected LastRecordMetric
LogAdapter. logProcessLineObject(LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, SimpleDateFormat sdf)
protected int
AbstractSrcAdapter. performTransformationScript(List<TransformScript> transformScripts, ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, List<String> errorList)
protected LastRecordMetric
AbstractSrcAdapter. processLineObject(ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, List<Orphan> orphanListToAdd, String syncActivityId, List<String> errorList)
process only 1 given record.SyncResponse
AbstractSrcAdapter. startSynch(SynchConfig config)
SyncResponse
AbstractSrcAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)
SyncResponse
LogAdapter. startSynch(SynchConfig config)
SyncResponse
LogAdapter. startSynch(SynchConfig config, List<LineObject> objects)
Response
ConnectorAdapter. testConnection(SynchConfig config)
Response
CSVAdapter. testConnection(SynchConfig config)
Response
LogAdapter. testConnection(SynchConfig config)
Response
RDBMSAdapter. testConnection(SynchConfig config)
protected abstract boolean
AbstractSrcAdapter. validatePartsGeneration(List<LineObject> allObjects, SynchConfig config)
protected boolean
ConnectorAdapter. validatePartsGeneration(List<LineObject> allObjects, SynchConfig config)
protected boolean
CSVAdapter. validatePartsGeneration(List<LineObject> lineObjects, SynchConfig config)
protected boolean
LogAdapter. validatePartsGeneration(List<LineObject> lineObjects, SynchConfig config)
protected boolean
RDBMSAdapter. validatePartsGeneration(List<LineObject> allObjects, SynchConfig config)
-
Uses of SynchConfig in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type SynchConfig Modifier and Type Method Description boolean
GroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ISyncObjectProcessor. addOrphan(E object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
OrganizationSyncObjectProcessorImpl. addOrphan(Organization object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
PolicySyncObjectProcessorImpl. addOrphan(Policy object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
ResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
RoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
boolean
UserSyncObjectProcessorImpl. addOrphan(ProvisionUser object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)
protected String
AbstractSyncObjectProcessor. decryptPassword(SynchConfig config)
String
GroupSyncObjectProcessorImpl. getIdentity(Group object, LineObject rowObj, SynchConfig config)
String
ISyncObjectProcessor. getIdentity(E object, LineObject rowObj, SynchConfig config)
String
ManagedSystemSyncObjectProcessorImpl. getIdentity(ManagedSystemSaveRequest object, LineObject rowObj, SynchConfig config)
String
OrganizationSyncObjectProcessorImpl. getIdentity(Organization object, LineObject rowObj, SynchConfig config)
String
PolicySyncObjectProcessorImpl. getIdentity(Policy object, LineObject rowObj, SynchConfig config)
String
ResourceSyncObjectProcessorImpl. getIdentity(Resource object, LineObject rowObj, SynchConfig config)
String
RoleSyncObjectProcessorImpl. getIdentity(Role object, LineObject rowObj, SynchConfig config)
String
UserSyncObjectProcessorImpl. getIdentity(ProvisionUser object, LineObject rowObj, SynchConfig config)
ISyncObjectProcessor
SyncObjectProcessorFactory. getInstance(SynchConfig config)
List<AbstractMatchPair>
AbstractSyncObjectProcessor. getObjectsFromIDM(SynchConfig config, List<LineObject> lineObjects)
List<AbstractMatchPair>
ISyncObjectProcessor. getObjectsFromIDM(SynchConfig config, List<LineObject> lineObjects)
List<LineObject>
AbstractSyncObjectProcessor. search(SynchConfig config)
List<LineObject>
ISyncObjectProcessor. search(SynchConfig config)
-
Uses of SynchConfig in org.openiam.sync.service.impl.util
Methods in org.openiam.sync.service.impl.util with parameters of type SynchConfig Modifier and Type Method Description static boolean
SynchScriptUtil. createAndExecutePostProcessorScript(SynchConfig config)
static SyncPreprocessorScript
SynchScriptUtil. createAndExecutePreProcessorScript(SynchConfig config)
static List<TransformScript>
SynchScriptUtil. createTransformationScript(SynchConfig config)
static ValidationScript
SynchScriptUtil. createValidationScript(SynchConfig config)
static boolean
SynchScriptUtil. validateSyncPreprocessorScriptResult(SyncAbstractProcessorScript processorScript, SynchConfig config)
-