Class JpaUpdate1_2_0_Beta1
java.lang.Object
org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
org.keycloak.connections.jpa.updater.liquibase.custom.JpaUpdate1_2_0_Beta1
- All Implemented Interfaces:
liquibase.change.custom.CustomChange
,liquibase.change.custom.CustomSqlChange
- Author:
- Marek Posolda
-
Field Summary
Fields inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
confirmationMessage, connection, database, jdbcConnection, kcSession, statements
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
protected void
protected void
protected void
protected void
protected void
protected void
It's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"protected String
Methods inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
generateStatements, getConfirmationMessage, getTableName, isApplicable, setFileOpener, setUp, validate
-
Constructor Details
-
JpaUpdate1_2_0_Beta1
public JpaUpdate1_2_0_Beta1()
-
-
Method Details
-
getTaskId
- Specified by:
getTaskId
in classCustomKeycloakTask
-
generateStatementsImpl
protected void generateStatementsImpl() throws liquibase.exception.CustomChangeExceptionDescription copied from class:CustomKeycloakTask
It's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"- Specified by:
generateStatementsImpl
in classCustomKeycloakTask
- Throws:
liquibase.exception.CustomChangeException
-
convertSocialToIdFedRealms
protected void convertSocialToIdFedRealms() throws SQLException, liquibase.exception.DatabaseException- Throws:
SQLException
liquibase.exception.DatabaseException
-
convertSocialToIdFedUsers
protected void convertSocialToIdFedUsers() throws SQLException, liquibase.exception.DatabaseException- Throws:
SQLException
liquibase.exception.DatabaseException
-
addAccessCodeLoginTimeout
protected void addAccessCodeLoginTimeout() -
addNewMasterAdminRoles
- Throws:
SQLException
liquibase.exception.DatabaseException
-
addNewRealmAdminRoles
- Throws:
SQLException
liquibase.exception.DatabaseException
-
addDefaultProtocolMappers
protected void addDefaultProtocolMappers() throws SQLException, liquibase.exception.DatabaseException- Throws:
SQLException
liquibase.exception.DatabaseException
-