Interface SynchronizationListener


@Deprecated(since="9.4", forRemoval=true) public interface SynchronizationListener
Deprecated, for removal: This API element is subject to removal in a future version.
the listener is no longer supported. It will no longer be called.
A listener that gets notifications from a manually started security system synchronization.
API:
This is a public API.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Called when the asynchronous synchronization job has finished.
    void
    handleLog(org.apache.log4j.Level level, String message, Throwable exception)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Called when the synchronization job analyzed a new user for update/delete/keep/add modification
  • Method Details

    • handleLog

      void handleLog(org.apache.log4j.Level level, String message, Throwable exception)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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)
      Deprecated, for removal: This API element is subject to removal in a future version.
      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.