Class SynchronizationServiceRegisterAgent

java.lang.Object
com.evolveum.midpoint.model.impl.sync.SynchronizationServiceRegisterAgent

@Component public class SynchronizationServiceRegisterAgent extends Object
Helper class that registers SynchronizationService as a provisioning change notification listener. It can no longer be done in SynchronizationServiceImpl itself, because we don't want to register the implementation, but its proxy generated by Spring AOP.
  • Constructor Details

    • SynchronizationServiceRegisterAgent

      public SynchronizationServiceRegisterAgent()
  • Method Details

    • registerForResourceObjectChangeNotifications

      @PostConstruct public void registerForResourceObjectChangeNotifications()
    • unregisterForResourceObjectChangeNotifications

      @PreDestroy public void unregisterForResourceObjectChangeNotifications()