- 
Nested Class SummaryNested Classes 
static enum 
 
Status of database up-to-dateness 
 
 
- 
Method Summary
void
 
Exports the SQL update script into the given File. 
 void
 
Updates the Keycloak database 
 
Checks whether Keycloak database is up to date with the most recent changesets 
 
 
 
 
Methods inherited from interface org.keycloak.provider.Providerclose
 
- 
Method Details
- 
updateUpdates the Keycloak database 
- Parameters:
- connection- DB connection
- defaultSchema- DB connection
 
- 
validateChecks whether Keycloak database is up to date with the most recent changesets 
- Parameters:
- connection- DB connection
- defaultSchema- DB schema to use
- Returns:
 
- 
exportExports the SQL update script into the given File. 
- Parameters:
- connection- DB connection
- defaultSchema- DB schema to use
- file- File to write to