Interface SynchronizationListener


  • public interface SynchronizationListener
    A listener that gets notifications from a manually started security system synchronization.
    API:
    This is a public API.
    • Method Detail

      • handleLog

        void handleLog​(org.apache.log4j.Level level,
                       String message,
                       Throwable exception)
        Parameters:
        level -
        message -
        exception - may null if the log source was not a catched exception
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • handleUpdate

        void handleUpdate​(UpdateEvent updateEvent)
        Called when the synchronization job analyzed a new user for update/delete/keep/add modification
        Parameters:
        updateEvent -
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.
      • handleFinished

        void handleFinished​(UpdateEvent finalEvent)
        Called when the asynchronous synchronization job has finished.
        Parameters:
        finalEvent - describes the final count of synchronized users.
        API:
        This public API is available in IvyScript and Java. It has the visibility EXPERT.