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

public final class SearchReconDeleteTask extends AbstractReconTask
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 Details

    • SearchReconDeleteTask

      public SearchReconDeleteTask()