Class GroupConfigPropertyByPathSynchronizer
java.lang.Object
org.keycloak.broker.provider.mappersync.AbstractConfigPropertySynchronizer<GroupModel.GroupPathChangeEvent>
org.keycloak.broker.provider.mappersync.GroupConfigPropertyByPathSynchronizer
- All Implemented Interfaces:
ConfigSynchronizer<GroupModel.GroupPathChangeEvent>
public class GroupConfigPropertyByPathSynchronizer
extends AbstractConfigPropertySynchronizer<GroupModel.GroupPathChangeEvent>
Updates a group reference in a mapper config, when the path of a group changes.
- Author:
- Daniel Fesenmeyer
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
updateConfigPropertyIfNecessary
(GroupModel.GroupPathChangeEvent event, String currentPropertyValue, Consumer<String> propertyUpdater) Methods inherited from class org.keycloak.broker.provider.mappersync.AbstractConfigPropertySynchronizer
handleEvent
-
Field Details
-
INSTANCE
-
-
Method Details
-
getEventClass
-
extractRealm
-
getConfigPropertyName
- Specified by:
getConfigPropertyName
in classAbstractConfigPropertySynchronizer<GroupModel.GroupPathChangeEvent>
-
updateConfigPropertyIfNecessary
protected void updateConfigPropertyIfNecessary(GroupModel.GroupPathChangeEvent event, String currentPropertyValue, Consumer<String> propertyUpdater) - Specified by:
updateConfigPropertyIfNecessary
in classAbstractConfigPropertySynchronizer<GroupModel.GroupPathChangeEvent>
-