Package org.keycloak.models.utils
Class PostMigrationEvent
- java.lang.Object
-
- org.keycloak.models.utils.PostMigrationEvent
-
- All Implemented Interfaces:
ProviderEvent
public class PostMigrationEvent extends Object implements ProviderEvent
Executed at startup after model migration is finished- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description PostMigrationEvent(KeycloakSessionFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeycloakSessionFactory
getFactory()
-
-
-
Constructor Detail
-
PostMigrationEvent
public PostMigrationEvent(KeycloakSessionFactory factory)
-
-
Method Detail
-
getFactory
public KeycloakSessionFactory getFactory()
-
-