Package de.xima.fc.gui.bean.settings
Class UpdateBean.DbEncryption
java.lang.Object
de.xima.fc.gui.bean.settings.UpdateBean.DbEncryption
- All Implemented Interfaces:
Serializable
- Enclosing class:
- UpdateBean
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
void
setAlgorithm
(EDBEncryptionAlgorithm algorithm) void
setEncryptFormData
(boolean encryptFormData) void
setMigrate
(boolean migrate) void
setOldPassword
(String oldPassword) void
setPassword
(String password) void
setPasswordRepeat
(String passwordRepeat) boolean
Deprecated.void
validateConfirmPassword
(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object o) boolean
validatePassword
(javax.faces.context.FacesContext context, List<javax.faces.component.UIInput> components, List<Object> values)
-
Method Details
-
getAlgorithm
- Returns:
- the algorithm
-
setAlgorithm
- Parameters:
algorithm
- the algorithm to set
-
getPassword
- Returns:
- the password
-
isDbOutdated
public boolean isDbOutdated() -
setPassword
- Parameters:
password
- the password to set
-
getPasswordRepeat
-
setPasswordRepeat
-
isMigrate
public boolean isMigrate() -
setMigrate
public void setMigrate(boolean migrate) -
getUpdateContext
-
isEncryptFormData
public boolean isEncryptFormData() -
setEncryptFormData
public void setEncryptFormData(boolean encryptFormData) -
getOldPassword
-
setOldPassword
-
validatePassword
-
validateConfirmPassword
public void validateConfirmPassword(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object o) throws javax.faces.validator.ValidatorException - Throws:
javax.faces.validator.ValidatorException
-
hasDataChanged
public boolean hasDataChanged() -
isCurrentPasswordBlank
public boolean isCurrentPasswordBlank() -
storeEncryptionSettingsAndMigrate
Deprecated.UseFormcycleUpdate
instead.
-
FormcycleUpdate
instead.