Class SearchReconDeleteTask
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.SearchReconDeleteTask
- All Implemented Interfaces:
Runnable
,StoppableTask
,oracle.iam.scheduler.vo.Task
Common implementation of Target Delete Reconciliation, it uses SearchApiOp and OIM deletion detection under the hood
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
The implementation will search for all existing objects on the target system and then match them with the objects in OIM and delete the objects in OIM appropriately.
Note there is a possibility to use Filter parameter, in most cases it makes sense to set the Filter before first run of this recon task and do not change it later on to ensure consistent behavior.
- 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
-
SearchReconDeleteTask
public SearchReconDeleteTask()
-