Uses of Class
org.openiam.idm.srvc.synch.dto.LineObject
-
-
Uses of LineObject in org.openiam.base.response
Fields in org.openiam.base.response with type parameters of type LineObject Modifier and Type Field Description protected List<LineObject>
LookupBaseResponse. lineObjects
-
Uses of LineObject in org.openiam.idm.provisioning.util
Methods in org.openiam.idm.provisioning.util that return types with arguments of type LineObject Modifier and Type Method Description static <T extends ConnectorObject<StringConnectorAttribute>>
List<LineObject>SearchResponseToLineObjectConverter. toLineObjects(List<T> connectorObjects)
-
Uses of LineObject in org.openiam.idm.srvc.synch.dto
Methods in org.openiam.idm.srvc.synch.dto that return LineObject Modifier and Type Method Description LineObject
LineObject. copy()
-
Uses of LineObject in org.openiam.match
Method parameters in org.openiam.match with type arguments of type LineObject Modifier and Type Method Description List<PAIR>
AbstractMatchObjectRule. lookup(MatchConfig matchConfig, List<LineObject> lineObjects)
List<OBJECT>
MatchObjectRule. lookup(MatchConfig config, List<LineObject> lineObjects)
Look up the OBJECTs contained in the object with in the IDM system. -
Uses of LineObject in org.openiam.model
Constructors in org.openiam.model with parameters of type LineObject Constructor Description AbstractMatchPair(LineObject object, IDM_OBJECT idmObject)
GroupPair(LineObject object, Group idmObj)
LogPair(LineObject object, ExternalAuditLog idmObject)
ManagedSystemPair(LineObject object, ManagedSystemSaveRequest idmObj)
OrganizationPair(LineObject object, Organization idmObject)
PolicyPair(LineObject object, Policy idmObj)
ResourcePair(LineObject object, Resource idmObject)
RolePair(LineObject object, Role role)
UserPair(LineObject object, ProvisionUser idmObject)
-
Uses of LineObject in org.openiam.recon.service.impl.processor
Method parameters in org.openiam.recon.service.impl.processor with type arguments of type LineObject Modifier and Type Method Description void
ReconciliationGroupProcessor. splitDataAndRunByParts(ReconciliationConfig config, List<LineObject> lineObjects, String mainReconAuditLog)
void
ReconciliationUserProcessor. splitDataAndRunByParts(ReconciliationConfig config, List<LineObject> lineObjects, String mainReconAuditLog)
2 step, search request completed, match found users with idm users and build pairs, split pairs into batches (parts) -
Uses of LineObject in org.openiam.recon.service.impl.service
Method parameters in org.openiam.recon.service.impl.service with type arguments of type LineObject Modifier and Type Method Description void
ReconciliationDataServiceImpl. continueAsynchReconciliationAfterTargetDataReceived(String reconciliationConfigId, List<LineObject> lineObjects, String parentAuditLogId)
-
Uses of LineObject in org.openiam.recon.service.intf.processor
Method parameters in org.openiam.recon.service.intf.processor with type arguments of type LineObject Modifier and Type Method Description void
ReconciliationProcessor. splitDataAndRunByParts(ReconciliationConfig config, List<LineObject> lineObjects, String parentAuditLogId)
method splits income data from target into parts, and calls API to processes these parts -
Uses of LineObject in org.openiam.recon.service.intf.service
Method parameters in org.openiam.recon.service.intf.service with type arguments of type LineObject Modifier and Type Method Description void
ReconciliationDataService. continueAsynchReconciliationAfterTargetDataReceived(String reconciliationConfigId, List<LineObject> lineObjects, String parentAuditLogId)
Continue reconciliation when target system returned found objects -
Uses of LineObject in org.openiam.sync.service
Methods in org.openiam.sync.service that return types with arguments of type LineObject Modifier and Type Method Description List<LineObject>
WSOperationCommand. execute(SynchConfig config)
Methods in org.openiam.sync.service with parameters of type LineObject Modifier and Type Method Description int
TransformScript. execute(LineObject rowObj, T pUser)
int
ValidationScript. isValid(LineObject rowObj)
Method parameters in org.openiam.sync.service with type arguments of type LineObject Modifier and Type Method Description SyncResponse
SourceAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)
void
SynchronizationDataService. startSynchronization(String configId, List<LineObject> dataFromTargetSystem)
-
Uses of LineObject in org.openiam.sync.service.impl.service
Methods in org.openiam.sync.service.impl.service with parameters of type LineObject Modifier and Type Method Description abstract int
AbstractValidationScript. isValid(LineObject rowObj)
Method parameters in org.openiam.sync.service.impl.service with type arguments of type LineObject Modifier and Type Method Description void
SynchronizationDataServiceImpl. startSynchronization(String configId, List<LineObject> lineObjects)
-
Uses of LineObject in org.openiam.sync.service.impl.srcadapter.adapters
Methods in org.openiam.sync.service.impl.srcadapter.adapters with parameters of type LineObject Modifier and Type Method Description void
AbstractSrcAdapter. buildAuditLog(SynchConfig config, Throwable e, ProvisionObject provisionObject, LineObject rowObj, boolean includePO, boolean isSuccess, String description)
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 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.Method parameters in org.openiam.sync.service.impl.srcadapter.adapters with type arguments of type LineObject Modifier and Type Method Description SyncResponse
AbstractSrcAdapter. startSynch(SynchConfig config, List<LineObject> targetSystemObjects)
SyncResponse
LogAdapter. startSynch(SynchConfig config, List<LineObject> objects)
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 LineObject in org.openiam.sync.service.impl.srcadapter.processor
Methods in org.openiam.sync.service.impl.srcadapter.processor that return types with arguments of type LineObject Modifier and Type Method Description List<LineObject>
AbstractSyncObjectProcessor. search(SynchConfig config)
List<LineObject>
ISyncObjectProcessor. search(SynchConfig config)
Methods in org.openiam.sync.service.impl.srcadapter.processor with parameters of type LineObject 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)
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)
void
GroupSyncObjectProcessorImpl. initiateWorkflow(Group object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
ISyncObjectProcessor. initiateWorkflow(E object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
ManagedSystemSyncObjectProcessorImpl. initiateWorkflow(ManagedSystemSaveRequest object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
OrganizationSyncObjectProcessorImpl. initiateWorkflow(Organization object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
PolicySyncObjectProcessorImpl. initiateWorkflow(Policy object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
ResourceSyncObjectProcessorImpl. initiateWorkflow(Resource object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
RoleSyncObjectProcessorImpl. initiateWorkflow(Role object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
UserSyncObjectProcessorImpl. initiateWorkflow(ProvisionUser object, LineObject lineObject, SynchronizationObjectProcessingAPI api)
void
GroupSyncObjectProcessorImpl. provision(Group object, LineObject lineObject)
void
ISyncObjectProcessor. provision(E object, LineObject lineObject)
void
ManagedSystemSyncObjectProcessorImpl. provision(ManagedSystemSaveRequest object, LineObject lineObject)
void
OrganizationSyncObjectProcessorImpl. provision(Organization object, LineObject lineObject)
void
PolicySyncObjectProcessorImpl. provision(Policy object, LineObject lineObject)
void
ResourceSyncObjectProcessorImpl. provision(Resource object, LineObject lineObject)
void
RoleSyncObjectProcessorImpl. provision(Role object, LineObject lineObject)
void
UserSyncObjectProcessorImpl. provision(ProvisionUser object, LineObject lineObject)
Response
GroupSyncObjectProcessorImpl. saveToDB(Group object, LineObject lineObject)
Response
ISyncObjectProcessor. saveToDB(E object, LineObject lineObject)
Response
ManagedSystemSyncObjectProcessorImpl. saveToDB(ManagedSystemSaveRequest object, LineObject lineObject)
Response
OrganizationSyncObjectProcessorImpl. saveToDB(Organization object, LineObject lineObject)
Response
PolicySyncObjectProcessorImpl. saveToDB(Policy object, LineObject lineObject)
Response
ResourceSyncObjectProcessorImpl. saveToDB(Resource object, LineObject lineObject)
Response
RoleSyncObjectProcessorImpl. saveToDB(Role object, LineObject lineObject)
Response
UserSyncObjectProcessorImpl. saveToDB(ProvisionUser object, LineObject lineObject)
Method parameters in org.openiam.sync.service.impl.srcadapter.processor with type arguments of type LineObject Modifier and Type Method Description List<AbstractMatchPair>
AbstractSyncObjectProcessor. getObjectsFromIDM(SynchConfig config, List<LineObject> lineObjects)
List<AbstractMatchPair>
ISyncObjectProcessor. getObjectsFromIDM(SynchConfig config, List<LineObject> lineObjects)
-
Uses of LineObject in org.openiam.sync.service.impl.util
Methods in org.openiam.sync.service.impl.util with parameters of type LineObject Modifier and Type Method Description static void
SynchScriptUtil. fillTarget(AuditLogBuilder log, ProvisionObject provisionObject, LineObject rowObj, String suffix, boolean isOrphan)
static void
DatabaseUtil. populateRowObject(LineObject rowObj, ResultSet rs, String changeLog)
static void
DatabaseUtil. populateTemplate(ResultSetMetaData rsMetadata, LineObject rowHeader)
-