Class DbEncryptionBean

All Implemented Interfaces:
Serializable

@Named @ViewScoped @Deprecated public class DbEncryptionBean extends FCContextBean implements Serializable
Deprecated.
Author:
XIMA MEDIA GmbH
See Also:
  • Constructor Details

    • DbEncryptionBean

      public DbEncryptionBean(UpdateBean updateBean)
      Deprecated.
  • Method Details

    • init

      @PostConstruct public void init()
      Deprecated.
    • getAlgorithm

      public EDBEncryptionAlgorithm getAlgorithm()
      Deprecated.
      Returns:
      the algorithm
    • setAlgorithm

      public void setAlgorithm(EDBEncryptionAlgorithm algorithm)
      Deprecated.
      Parameters:
      algorithm - the algorithm to set
    • getPassword

      public String getPassword()
      Deprecated.
      Returns:
      the password
    • isDbOutdated

      public boolean isDbOutdated()
      Deprecated.
    • setPassword

      public void setPassword(String password)
      Deprecated.
      Parameters:
      password - the password to set
    • getPasswordRepeat

      public String getPasswordRepeat()
      Deprecated.
    • setPasswordRepeat

      public void setPasswordRepeat(String passwordRepeat)
      Deprecated.
    • isMigrate

      public boolean isMigrate()
      Deprecated.
    • setMigrate

      public void setMigrate(boolean migrate)
      Deprecated.
    • getUpdateContext

      public UpdateContext getUpdateContext()
      Deprecated.
    • isEncryptFormData

      public boolean isEncryptFormData()
      Deprecated.
    • setEncryptFormData

      public void setEncryptFormData(boolean encryptFormData)
      Deprecated.
    • getOldPassword

      public String getOldPassword()
      Deprecated.
    • setOldPassword

      public void setOldPassword(String oldPassword)
      Deprecated.
    • validatePassword

      public boolean validatePassword(javax.faces.context.FacesContext context, List<javax.faces.component.UIInput> components, List<Object> values)
      Deprecated.
    • validateConfirmPassword

      public void validateConfirmPassword(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object o) throws javax.faces.validator.ValidatorException
      Deprecated.
      Throws:
      javax.faces.validator.ValidatorException
    • hasDataChanged

      public boolean hasDataChanged()
      Deprecated.
    • isCurrentPasswordBlank

      public boolean isCurrentPasswordBlank()
      Deprecated.
    • storeEncryptionSettingsAndMigrate

      public boolean storeEncryptionSettingsAndMigrate()
      Deprecated.