Package org.keycloak.storage
Class StoreMigrateRepresentationEvent
java.lang.Object
org.keycloak.storage.StoreMigrateRepresentationEvent
- All Implemented Interfaces:
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 Summary
ConstructorsConstructorDescriptionStoreMigrateRepresentationEvent
(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) -
Method Summary
Modifier and TypeMethodDescriptionstatic void
fire
(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) getRealm()
getRep()
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.keycloak.provider.ProviderEvent
getKeycloakSession
-
Constructor Details
-
StoreMigrateRepresentationEvent
public StoreMigrateRepresentationEvent(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
-
-
Method Details
-
fire
public static void fire(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) -
getSession
-
getRealm
-
getRep
-
isSkipUserDependent
public boolean isSkipUserDependent()
-