Class UpdateOnlyChangeUserModelDelegate

java.lang.Object
org.keycloak.models.utils.UserModelDelegate
org.keycloak.storage.adapter.UpdateOnlyChangeUserModelDelegate
All Implemented Interfaces:
RoleMapperModel, UserModel

public class UpdateOnlyChangeUserModelDelegate extends UserModelDelegate
This will perform update operation for particular attribute/property just if the existing value is not already same. In other words, just "real updates" will be passed to the delegate.
Author:
Marek Posolda