Package org.keycloak.storage
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.
- 
- 
Constructor SummaryConstructors Constructor Description LegacyStoreMigrateRepresentationEvent(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidfire(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent)RealmModelgetRealm()RealmRepresentationgetRep()KeycloakSessiongetSession()booleanisSkipUserDependent()
 
- 
- 
- 
Constructor Detail- 
LegacyStoreMigrateRepresentationEventpublic LegacyStoreMigrateRepresentationEvent(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) 
 
- 
 - 
Method Detail- 
firepublic static void fire(KeycloakSession session, RealmModel realm, RealmRepresentation rep, boolean skipUserDependent) 
 - 
getSessionpublic KeycloakSession getSession() 
 - 
getRealmpublic RealmModel getRealm() 
 - 
getReppublic RealmRepresentation getRep() 
 - 
isSkipUserDependentpublic boolean isSkipUserDependent() 
 
- 
 
-