Class GroupConfigPropertyByPathSynchronizer
java.lang.Object
org.keycloak.broker.provider.mappersync.GroupConfigPropertyByPathSynchronizer
- All Implemented Interfaces:
- ConfigSynchronizer<GroupModel.GroupPathChangeEvent>
public class GroupConfigPropertyByPathSynchronizer
extends Object
implements ConfigSynchronizer<GroupModel.GroupPathChangeEvent>
Updates a group reference in a mapper config, when the path of a group changes.
- Author:
- Daniel Fesenmeyer
- 
Field SummaryFieldsFields inherited from interface org.keycloak.broker.provider.mappersync.ConfigSynchronizerLOG
- 
Method SummaryModifier and TypeMethodDescriptionvoidMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.broker.provider.mappersync.ConfigSynchronizerlogEventProcessed
- 
Field Details- 
INSTANCE
 
- 
- 
Method Details- 
getEventClass- Specified by:
- getEventClassin interface- ConfigSynchronizer<GroupModel.GroupPathChangeEvent>
 
- 
handleEvent- Specified by:
- handleEventin interface- ConfigSynchronizer<GroupModel.GroupPathChangeEvent>
 
 
-