- 
Nested Class Summary
Nested 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.Provider
close 
 
- 
Method Details
- 
update
Updates the Keycloak database
- Parameters:
 
connection - DB connection 
defaultSchema - DB connection 
 
- 
validate
Checks whether Keycloak database is up to date with the most recent changesets
- Parameters:
 
connection - DB connection 
defaultSchema - DB schema to use 
- Returns:
 
 
- 
export
Exports the SQL update script into the given File.
- Parameters:
 
connection - DB connection 
defaultSchema - DB schema to use 
file - File to write to