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 Summary
Fields - 
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(T event) default voidlogEventProcessed(String configPropertyName, String previousValue, String newValue, String realmName, String mapperName, String idpAlias)  
- 
Field Details
- 
LOG
static final org.jboss.logging.Logger LOG 
 - 
 - 
Method Details
- 
getEventClass
 - 
handleEvent
 - 
logEventProcessed
 
 -