Class TenantReadOnlyPasswordEncryptionTask

java.lang.Object
org.apache.fineract.infrastructure.core.service.migration.TenantReadOnlyPasswordEncryptionTask
All Implemented Interfaces:
liquibase.change.custom.CustomChange, liquibase.change.custom.CustomTaskChange, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Component @Order(-2147483648) public class TenantReadOnlyPasswordEncryptionTask extends Object implements liquibase.change.custom.CustomTaskChange, org.springframework.context.ApplicationContextAware
  • Constructor Details

    • TenantReadOnlyPasswordEncryptionTask

      public TenantReadOnlyPasswordEncryptionTask()
  • Method Details

    • execute

      public void execute(liquibase.database.Database database) throws liquibase.exception.CustomChangeException
      Specified by:
      execute in interface liquibase.change.custom.CustomTaskChange
      Throws:
      liquibase.exception.CustomChangeException
    • getConfirmationMessage

      public String getConfirmationMessage()
      Specified by:
      getConfirmationMessage in interface liquibase.change.custom.CustomChange
    • setUp

      public void setUp() throws liquibase.exception.SetupException
      Specified by:
      setUp in interface liquibase.change.custom.CustomChange
      Throws:
      liquibase.exception.SetupException
    • setFileOpener

      public void setFileOpener(liquibase.resource.ResourceAccessor resourceAccessor)
      Specified by:
      setFileOpener in interface liquibase.change.custom.CustomChange
    • validate

      public liquibase.exception.ValidationErrors validate(liquibase.database.Database database)
      Specified by:
      validate in interface liquibase.change.custom.CustomChange
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException