Class RemoveDuplicateOfflineSessions
- java.lang.Object
-
- org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
-
- org.keycloak.connections.jpa.updater.liquibase.custom.RemoveDuplicateOfflineSessions
-
- All Implemented Interfaces:
liquibase.change.custom.CustomChange
,liquibase.change.custom.CustomSqlChange
public class RemoveDuplicateOfflineSessions extends CustomKeycloakTask
- Author:
- hmlnarik
-
-
Field Summary
-
Fields inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
confirmationMessage, connection, database, jdbcConnection, kcSession, statements
-
-
Constructor Summary
Constructors Constructor Description RemoveDuplicateOfflineSessions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
generateStatementsImpl()
It's supposed to fill SQL statements to the "statements" variable and fill "confirmationMessage"protected String
getTaskId()
-
Methods inherited from class org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
generateStatements, getConfirmationMessage, getTableName, isApplicable, setFileOpener, setUp, validate
-
-
-
-
Method Detail
-
generateStatementsImpl
protected void generateStatementsImpl() throws liquibase.exception.CustomChangeException
Description 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
-
getTaskId
protected String getTaskId()
- Specified by:
getTaskId
in classCustomKeycloakTask
-
-