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 Summary
FieldsFields inherited from interface org.keycloak.broker.provider.mappersync.ConfigSynchronizer
LOG - 
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.broker.provider.mappersync.ConfigSynchronizer
logEventProcessed 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Method Details
- 
getEventClass
- Specified by:
 getEventClassin interfaceConfigSynchronizer<GroupModel.GroupPathChangeEvent>
 - 
handleEvent
- Specified by:
 handleEventin interfaceConfigSynchronizer<GroupModel.GroupPathChangeEvent>
 
 -