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

public final class SearchReconTask extends AbstractReconTask
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, then Latest Token will be formatted as String
  • Latest Token - If Incremental Recon Date Attribute or Incremental 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 Details

    • SearchReconTask

      public SearchReconTask()