public class DbEncryptionBean extends FCContextBean implements Serializable
systemUC
uc
Constructor and Description |
---|
DbEncryptionBean() |
Modifier and Type | Method and Description |
---|---|
EDBEncryptionAlgorithm |
getAlgorithm() |
String |
getOldPassword() |
String |
getPassword() |
String |
getPasswordRepeat() |
void |
init() |
boolean |
isDbOutdated() |
boolean |
isEncryptFormData() |
boolean |
isMigrate() |
boolean |
isUpdateRunning() |
boolean |
isValueChanged() |
void |
save() |
void |
setAlgorithm(EDBEncryptionAlgorithm algorithm) |
void |
setEncryptFormData(boolean encryptFormData) |
void |
setMigrate(boolean migrate) |
void |
setOldPassword(String oldPassword) |
void |
setPassword(String password) |
void |
setPasswordRepeat(String passwordRepeat) |
void |
updateProcessMessages() |
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) |
getSessionBean, isSetupUser, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubView
destroySessionBean, ec, findBean, findBean, getBeanName, getBeanName, getContext, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isDetached, loadLazy, setLocaleBean, setSessionAttribute
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, getErrorMessage
getFacesContext, getLocale, rbValue, rbValue
public EDBEncryptionAlgorithm getAlgorithm()
public void setAlgorithm(EDBEncryptionAlgorithm algorithm)
algorithm
- the algorithm to setpublic String getPassword()
public boolean isDbOutdated()
public void setPassword(String password)
password
- the password to setpublic String getPasswordRepeat()
public void setPasswordRepeat(String passwordRepeat)
public boolean isMigrate()
public void setMigrate(boolean migrate)
public boolean isEncryptFormData()
public void setEncryptFormData(boolean encryptFormData)
public boolean validatePassword(javax.faces.context.FacesContext context, List<javax.faces.component.UIInput> components, List<Object> values)
@PostConstruct public void init()
init
in class FCContextBean
public void save()
public void updateProcessMessages()
public boolean isValueChanged()
public void validateConfirmPassword(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object o) throws javax.faces.validator.ValidatorException
javax.faces.validator.ValidatorException
public String getOldPassword()
public void setOldPassword(String oldPassword)
public boolean isUpdateRunning()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.