Class ExtractRealmKeysFromRealmTable
- java.lang.Object
- 
- org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
- 
- org.keycloak.connections.jpa.updater.liquibase.custom.ExtractRealmKeysFromRealmTable
 
 
- 
- All Implemented Interfaces:
- liquibase.change.custom.CustomChange,- liquibase.change.custom.CustomSqlChange
 
 public class ExtractRealmKeysFromRealmTable extends CustomKeycloakTask - Author:
- Marek Posolda
 
- 
- 
Field Summary- 
Fields inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTaskconfirmationMessage, connection, database, jdbcConnection, kcSession, statements
 
- 
 - 
Constructor SummaryConstructors Constructor Description ExtractRealmKeysFromRealmTable()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenerateStatementsImpl()It's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"protected StringgetTaskId()- 
Methods inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTaskgenerateStatements, getConfirmationMessage, getTableName, isApplicable, setFileOpener, setUp, validate
 
- 
 
- 
- 
- 
Method Detail- 
generateStatementsImplprotected void generateStatementsImpl() throws liquibase.exception.CustomChangeExceptionDescription copied from class:CustomKeycloakTaskIt's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"- Specified by:
- generateStatementsImplin class- CustomKeycloakTask
- Throws:
- liquibase.exception.CustomChangeException
 
 - 
getTaskIdprotected String getTaskId() - Specified by:
- getTaskIdin class- CustomKeycloakTask
 
 
- 
 
-