Class LegacyStoreMigrateRepresentationEvent

java.lang.Object
org.keycloak.storage.LegacyStoreMigrateRepresentationEvent
All Implemented Interfaces:
ProviderEvent

public class LegacyStoreMigrateRepresentationEvent extends Object implements ProviderEvent
Event for notifying legacy store, so it can do migrations on the representation as needed. CAUTION: This event is exceptional as it performs any necessary modificaton of the representation. This will be removed once the legacy store has been removed.