Class AuthzResourceUseMoreURIs
java.lang.Object
org.keycloak.connections.jpa.updater.liquibase.custom.CustomKeycloakTask
org.keycloak.connections.jpa.updater.liquibase.custom.AuthzResourceUseMoreURIs
- All Implemented Interfaces:
liquibase.change.custom.CustomChange
,liquibase.change.custom.CustomSqlChange
- Author:
- mhajas
-
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
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
-
AuthzResourceUseMoreURIs
public AuthzResourceUseMoreURIs()
-
-
Method Details
-
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
-
getTaskId
- Specified by:
getTaskId
in classCustomKeycloakTask
-