Uses of Class
org.openiam.idm.srvc.synch.dto.SynchConfig
-
Packages that use SynchConfig Package Description org.openiam.base.response org.openiam.esb.core.dozer.converter org.openiam.esb.core.service org.openiam.esb.sync.service org.openiam.recon.service.impl.srcadapter.adapters org.openiam.recon.service.intf.processor org.openiam.srvc.idm org.openiam.sync.service Provides the core interfaces for OpenIAM's identity synchronization framework scripts and adapters.org.openiam.sync.service.impl.service Provides abstract base classes for identity transformation scripts in OpenIAM.org.openiam.sync.service.impl.service.generic org.openiam.sync.service.impl.srcadapter org.openiam.sync.service.impl.srcadapter.adapters org.openiam.sync.service.impl.srcadapter.processor org.openiam.sync.service.impl.util -
-
Uses of SynchConfig in org.openiam.base.response
Methods in org.openiam.base.response that return SynchConfig Modifier and Type Method Description SynchConfigSynchConfigResponse. 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 voidSynchConfigResponse. setConfig(SynchConfig config)Method parameters in org.openiam.base.response with type arguments of type SynchConfig Modifier and Type Method Description voidSynchConfigListResponse. 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 SynchConfigSynchConfigDozerConverter. convertDTO(SynchConfig entity, boolean isDeep)SynchConfigSynchConfigDozerConverter. 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 SynchConfigSynchConfigDozerConverter. convertDTO(SynchConfig entity, boolean isDeep)SynchConfigEntitySynchConfigDozerConverter. 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 SynchConfigResponseIdentitySynchService. addConfig(SynchConfig synchConfig)SynchConfigResponseIdentitySynchService. 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 SynchConfigResponseIdentitySynchServiceImpl. addConfig(SynchConfig synchConfig)SynchConfigResponseIdentitySynchServiceImpl. 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 ResponseConnectorReconAdapter. 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 ResponseReconSourceAdapter. 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 SynchConfigResponseIdentitySynchWebService. addConfig(SynchConfig synchConfig)SynchConfigResponseIdentitySynchWebServiceImpl. addConfig(SynchConfig synchConfig)ResponseAsynchIdentitySynchService. checkSynchStatus(SynchConfig config)ResponseAsynchIdentitySynchServiceImpl. checkSynchStatus(SynchConfig config)SynchConfigResponseIdentitySynchWebService. mergeConfig(SynchConfig synchConfig)SynchConfigResponseIdentitySynchWebServiceImpl. mergeConfig(SynchConfig synchConfig)voidAsynchIdentitySynchService. startCustomSynchronization(SynchConfig config, String additionalValues)voidAsynchIdentitySynchServiceImpl. startCustomSynchronization(SynchConfig config, String additionalValues)voidAsynchIdentitySynchService. startSynchronization(SynchConfig config)voidAsynchIdentitySynchServiceImpl. startSynchronization(SynchConfig config)ResponseAsynchIdentitySynchService. testConnection(SynchConfig config)ResponseAsynchIdentitySynchServiceImpl. 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)ResponseSynchronizationDataService. getSynchStatus(SynchConfig config)intSyncAbstractProcessorScript. isValid(SynchConfig config)intSyncAbstractProcessorScript. postAction(SynchConfig config)voidSynchronizationDataService. startCustomSynchronization(SynchConfig config, String additionalValues)SyncResponseSourceAdapter. startSynch(SynchConfig config)SyncResponseSourceAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)voidSynchronizationDataService. startSynchronization(SynchConfig config)ResponseSourceAdapter. testConnection(SynchConfig config)ResponseSynchronizationDataService. 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 SynchConfigAbstractTransformScript. configprotected SynchConfigAbstractValidationScript. configMethods in org.openiam.sync.service.impl.service that return SynchConfig Modifier and Type Method Description SynchConfigAbstractValidationScript. getConfig()protected SynchConfigSynchronizationDataServiceImpl. getConfig(String id)Methods in org.openiam.sync.service.impl.service with parameters of type SynchConfig Modifier and Type Method Description ResponseSynchronizationDataServiceImpl. getSynchStatus(SynchConfig config)voidAbstractValidationScript. setConfig(SynchConfig config)voidSynchronizationDataServiceImpl. startCustomSynchronization(SynchConfig config, String additionalValues)voidSynchronizationDataServiceImpl. startSynchronization(SynchConfig config)ResponseSynchronizationDataServiceImpl. 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 SyncResponseGenericObjectSynchService. 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 SourceAdapterAdapterFactory. 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 voidAbstractSrcAdapter. buildAuditLog(SynchConfig config, Throwable e, ProvisionObject provisionObject, LineObject rowObj, boolean includePO, boolean isSuccess, String description)protected StringAbstractSrcAdapter. decryptPassword(SynchConfig config)protected abstract LastRecordMetricAbstractSrcAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricConnectorAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricCSVAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricLogAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected LastRecordMetricRDBMSAdapter. getRowTime(LineObject rowObj, SynchConfig config)protected booleanAbstractSrcAdapter. hasError(ValidationScript validationScript, LineObject rowObj, SynchConfig config)protected voidAbstractSrcAdapter. incrementalSyncProcessing(SynchConfig config)protected voidConnectorAdapter. incrementalSyncProcessing(SynchConfig config)protected voidRDBMSAdapter. incrementalSyncProcessing(SynchConfig config)protected LastRecordMetricLogAdapter. logProcessLineObject(LineObject rowObj, SynchConfig config, ValidationScript validationScript, List<TransformScript> transformScripts, SimpleDateFormat sdf)protected intAbstractSrcAdapter. performTransformationScript(List<TransformScript> transformScripts, ProvisionObject provisionObject, LineObject rowObj, SynchConfig config, List<String> errorList)protected LastRecordMetricAbstractSrcAdapter. 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.SyncResponseAbstractSrcAdapter. startSynch(SynchConfig config)SyncResponseAbstractSrcAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)SyncResponseLogAdapter. startSynch(SynchConfig config)SyncResponseLogAdapter. startSynch(SynchConfig config, List<LineObject> objects)ResponseConnectorAdapter. testConnection(SynchConfig config)ResponseCSVAdapter. testConnection(SynchConfig config)ResponseLogAdapter. testConnection(SynchConfig config)ResponseRDBMSAdapter. testConnection(SynchConfig config)protected abstract booleanAbstractSrcAdapter. validatePartsGeneration(List<LineObject> allObjects, SynchConfig config)protected booleanConnectorAdapter. validatePartsGeneration(List<LineObject> allObjects, SynchConfig config)protected booleanCSVAdapter. validatePartsGeneration(List<LineObject> lineObjects, SynchConfig config)protected booleanLogAdapter. validatePartsGeneration(List<LineObject> lineObjects, SynchConfig config)protected booleanRDBMSAdapter. 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 booleanGroupSyncObjectProcessorImpl. addOrphan(Group object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanISyncObjectProcessor. addOrphan(E object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanManagedSystemSyncObjectProcessorImpl. addOrphan(ManagedSystemSaveRequest object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanOrganizationSyncObjectProcessorImpl. addOrphan(Organization object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanPolicySyncObjectProcessorImpl. addOrphan(Policy object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanResourceSyncObjectProcessorImpl. addOrphan(Resource object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanRoleSyncObjectProcessorImpl. addOrphan(Role object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)booleanUserSyncObjectProcessorImpl. addOrphan(ProvisionUser object, SynchConfig config, String identity, LineObject rowObj, List<Orphan> orphanList, LastRecordMetric metric)protected StringAbstractSyncObjectProcessor. decryptPassword(SynchConfig config)StringGroupSyncObjectProcessorImpl. getIdentity(Group object, LineObject rowObj, SynchConfig config)StringISyncObjectProcessor. getIdentity(E object, LineObject rowObj, SynchConfig config)StringManagedSystemSyncObjectProcessorImpl. getIdentity(ManagedSystemSaveRequest object, LineObject rowObj, SynchConfig config)StringOrganizationSyncObjectProcessorImpl. getIdentity(Organization object, LineObject rowObj, SynchConfig config)StringPolicySyncObjectProcessorImpl. getIdentity(Policy object, LineObject rowObj, SynchConfig config)StringResourceSyncObjectProcessorImpl. getIdentity(Resource object, LineObject rowObj, SynchConfig config)StringRoleSyncObjectProcessorImpl. getIdentity(Role object, LineObject rowObj, SynchConfig config)StringUserSyncObjectProcessorImpl. getIdentity(ProvisionUser object, LineObject rowObj, SynchConfig config)ISyncObjectProcessorSyncObjectProcessorFactory. 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 booleanSynchScriptUtil. createAndExecutePostProcessorScript(SynchConfig config)static SyncPreprocessorScriptSynchScriptUtil. createAndExecutePreProcessorScript(SynchConfig config)static List<TransformScript>SynchScriptUtil. createTransformationScript(SynchConfig config)static ValidationScriptSynchScriptUtil. createValidationScript(SynchConfig config)static booleanSynchScriptUtil. validateSyncPreprocessorScriptResult(SyncAbstractProcessorScript processorScript, SynchConfig config)
-