Interface ShadowDeathListener

All Superinterfaces:
ProvisioningListener
All Known Subinterfaces:
EventDispatcher
All Known Implementing Classes:
ProjectionLinkUpdater

public interface ShadowDeathListener extends ProvisioningListener
Listens for notifications about shadow death events i.e. when shadow is converted from live to dead and then eventually to deleted.
  • Method Details

    • notify

      void notify(ShadowDeathEvent event, Task task, OperationResult result)
      The caller is notified about particular shadow death event. It should react quickly. The usual reaction is just an update of the state in the repository.