Class ReconciliationTaskHandler

  • All Implemented Interfaces:
    TaskHandler, WorkBucketAwareTaskHandler

    @Component
    public class ReconciliationTaskHandler
    extends Object
    implements WorkBucketAwareTaskHandler
    The task handler for reconciliation. This handler takes care of executing reconciliation "runs". It means that the handler "run" method will be as scheduled (every few days). The responsibility is to iterate over accounts and compare the real state with the assumed IDM state.
    Author:
    Radovan Semancik