Class SearchReconTask
java.lang.Object
oracle.iam.scheduler.vo.TaskSupport
com.thortech.xl.scheduler.tasks.SchedulerBaseTask
oracle.iam.connectors.icfcommon.recon.AbstractReconTask
oracle.iam.connectors.icfcommon.recon.SearchReconTask
- All Implemented Interfaces:
Runnable
,StoppableTask
,oracle.iam.scheduler.vo.Task
Common Target Reconciliation which uses SearchApiOp operation in its implementation
The following task parameters are supported:
- IT Resource Name - IT Resource used for reconciliation
- Object Type - Type of object which is reconciled, this parameter is used for creation of ObjectClass, which is provided to ICF's SearchOpApi. There is the following automatic translation implemented: User -> __ACCOUNT__, Group -> __GROUP__; every other value is simply passed as ObjectClss name
- Filter - Filter to be used in SearchApiOp call
- Incremental Recon Date Attribute, Incremental Recon Attribute - if the connector supports some attribute
which is a good candidate for usage by incremental reconciliation, the attribute name can be specified by one
of these parameters, if specified then the SearchApiOp will be executed with Filter containing
GreaterThen(${IncrementalReconAttribute}, ${LatestToken}), the difference between these two paramters is that
if
Incremental Recon Date Attribute
is specified, thenLatest Token
will be formatted as String - Latest Token - If
Incremental Recon Date Attribute
orIncremental Recon Attribute
it will be holding the latest value of the attribute which is specified as incremental
The implementation will call SearchApiOp based on the task parameters and handle the return objects by first checking by OIM if the object is being ignored, if not then the Reconciliation Event is created with all provided and mapped attributes.
- Author:
- Tomas Knappek
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.thortech.xl.scheduler.tasks.SchedulerBaseTask
execute, getAttribute, getAttributeMap, getAttributes, getResult, getStatus, getTaskAttributeMap, invokeMethodOnRemoteManager, isSuccess, run, runAsThread, setAttributes, setDataBase, setResult, setStatusString, setSuccess, setTaskAttributeMap, setUtilityFactory, stop, stopExecution
Methods inherited from class oracle.iam.scheduler.vo.TaskSupport
addCustomParams, addJobResults, addResult, createNotificationEvent, executeJob, getId, getImplementation, getJobID, getName, getTaskName, isJobSuccess, isStop, sendNotification, setCustomParams, setCustomStatus, setEmailConfig, setImplementation, setName, setTaskName
-
Constructor Details
-
SearchReconTask
public SearchReconTask()
-