Class StoreMigrateRepresentationEvent

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

public class StoreMigrateRepresentationEvent extends Object implements ProviderEvent
Event for notifying the store, so it can do migrations on the representation as needed. CAUTION: This event is exceptional as it performs any necessary modification of the representation.
  • Constructor Details

    • StoreMigrateRepresentationEvent

      public StoreMigrateRepresentationEvent(KeycloakSession session, RealmModel realm, org.keycloak.representations.idm.RealmRepresentation rep, boolean skipUserDependent)
  • Method Details

    • fire

      public static void fire(KeycloakSession session, RealmModel realm, org.keycloak.representations.idm.RealmRepresentation rep, boolean skipUserDependent)
    • getSession

      public KeycloakSession getSession()
    • getRealm

      public RealmModel getRealm()
    • getRep

      public org.keycloak.representations.idm.RealmRepresentation getRep()
    • isSkipUserDependent

      public boolean isSkipUserDependent()