Interface ConfigSynchronizer<T extends ProviderEvent>

All Known Implementing Classes:
GroupConfigPropertyByPathSynchronizer, RoleConfigPropertyByClientIdSynchronizer, RoleConfigPropertyByRoleNameSynchronizer

public interface ConfigSynchronizer<T extends ProviderEvent>
Interface for updating references in mapper configs, when references (like group path) change.
Author:
Daniel Fesenmeyer
  • Field Details

    • LOG

      static final org.jboss.logging.Logger LOG
  • Method Details

    • getEventClass

      Class<T> getEventClass()
    • handleEvent

      void handleEvent(T event)
    • logEventProcessed

      default void logEventProcessed(String configPropertyName, String previousValue, String newValue, String realmName, String mapperName, String idpAlias)