Class SynchronizationServiceImpl

  • All Implemented Interfaces:
    SynchronizationService, ProvisioningListener, ResourceObjectChangeListener

    @Service("synchronizationService")
    public class SynchronizationServiceImpl
    extends Object
    implements SynchronizationService
    Synchronization service receives change notifications from provisioning. It decides which synchronization policy to use and evaluates it (correlation, confirmation, situations, reaction, ...)
    Author:
    lazyman, Radovan Semancik Note: don't autowire this bean by implementing class, as it is proxied by Spring AOP. Use the interface instead.