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
ConstructorDescriptionStoreMigrateRepresentationEvent
(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
-
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()
-