Class Synchronizer

java.lang.Object
cz.metacentrum.perun.core.impl.Synchronizer

public class Synchronizer extends Object
Synchronizer, general tool for synchronization tasks.
Author:
Michal Prochazka <michalp@ics.muni.cz>, Pavel Zlámal <zlamal@cesnet.cz>
  • Constructor Details

    • Synchronizer

      public Synchronizer()
    • Synchronizer

      public Synchronizer(PerunBl perunBl)
  • Method Details

    • getPerun

      public PerunBl getPerun()
    • initialize

      public void initialize()
    • removeAllExpiredBans

      public void removeAllExpiredBans()
    • setPerun

      public void setPerun(PerunBl perunBl)
    • synchronizeGroups

      public void synchronizeGroups()
      Start synchronization of groups if not running.

      Method is triggered by Spring scheduler (every 5 minutes).

    • synchronizeGroupsStructures

      public void synchronizeGroupsStructures()
      Start synchronization of groups if not running.

      Method is triggered by Spring scheduler (every 5 minutes).