Class DbEncryptionBean
- All Implemented Interfaces:
Serializable
@Deprecated(forRemoval=true)
public class DbEncryptionBean
extends FCContextBean
implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AJSFContext
AJSFContext.RedirectOptions, AJSFContext.RedirectOptionsBuilder -
Field Summary
Fields inherited from class FCContextBean
systemUCFields inherited from class AJSFContext
localeBean -
Constructor Summary
ConstructorsConstructorDescriptionDbEncryptionBean(UpdateBean updateBean) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidinit()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.voidsetAlgorithm(EDBEncryptionAlgorithm algorithm) Deprecated, for removal: This API element is subject to removal in a future version.voidsetEncryptFormData(boolean encryptFormData) Deprecated, for removal: This API element is subject to removal in a future version.voidsetMigrate(boolean migrate) Deprecated, for removal: This API element is subject to removal in a future version.voidsetOldPassword(String oldPassword) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPassword(String password) Deprecated, for removal: This API element is subject to removal in a future version.voidsetPasswordRepeat(String passwordRepeat) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated.voidvalidateConfirmPassword(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object o) Deprecated, for removal: This API element is subject to removal in a future version.booleanvalidatePassword(javax.faces.context.FacesContext context, List<javax.faces.component.UIInput> components, List<Object> values) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class FCContextBean
getNavigationBean, getSessionBean, isSetupUser, redirectToDashboard, setNavigationBean, setSessionBean, switchMainView, switchMainView, switchSubView, switchSubViewMethods inherited from class ABackendJSFContext
ec, findEntityContext, isDetached, isHasDBMethods inherited from class AJSFContext
destroySessionBean, encodeURL, findBean, findBean, findBean, findBean, findBean, findBean, findBean, findCurrentView, findUserContext, getBeanName, getBeanName, getContext, getCurrentViewBean, getLocaleBean, getRequest, getResponse, getSession, getSession, getSessionAttribute, isMasterServerContext, loadLazy, redirect, redirect, redirect, redirect, redirectToDashboard, redirectToDashboard, redirectToDashboard, setLocaleBean, setSessionAttribute, ucMethods inherited from class MessageUtils
addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsg, addErrorMsgFromString, addErrorMsgFromString, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addErrorMsgToComponent, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsg, addInfoMsgFromString, addInfoMsgFromString, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addInfoMsgToComponent, addMsg, addMsg, addMsg, addMsg, addMsgs, addMsgs, addMsgToComponent, addMsgToComponent, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsg, addWarnMsgFromString, addWarnMsgFromString, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, addWarnMsgToComponent, cleanErrorMsg, errorMsg, errorMsg, getErrorMessage, getNewErrorMsg, getNewErrorMsg, getNewErrorMsg, getNewInfoMsg, getNewInfoMsg, getNewMsg, getNewWarnMsg, getNewWarnMsg, msgMethods inherited from class I18nUtils
getFacesContext, getLocale, rbValue, rbValue, rbValue, rbValueOrDefault, rbValueOrDefault
-
Constructor Details
-
DbEncryptionBean
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
init
public void init()Deprecated, for removal: This API element is subject to removal in a future version. -
getAlgorithm
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the algorithm
-
setAlgorithm
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
algorithm- the algorithm to set
-
getPassword
Deprecated, for removal: This API element is subject to removal in a future version.- Returns:
- the password
-
isDbOutdated
public boolean isDbOutdated()Deprecated, for removal: This API element is subject to removal in a future version. -
setPassword
Deprecated, for removal: This API element is subject to removal in a future version.- Parameters:
password- the password to set
-
getPasswordRepeat
Deprecated, for removal: This API element is subject to removal in a future version. -
setPasswordRepeat
Deprecated, for removal: This API element is subject to removal in a future version. -
isMigrate
public boolean isMigrate()Deprecated, for removal: This API element is subject to removal in a future version. -
setMigrate
public void setMigrate(boolean migrate) Deprecated, for removal: This API element is subject to removal in a future version. -
getUpdateContext
Deprecated, for removal: This API element is subject to removal in a future version. -
isEncryptFormData
public boolean isEncryptFormData()Deprecated, for removal: This API element is subject to removal in a future version. -
setEncryptFormData
public void setEncryptFormData(boolean encryptFormData) Deprecated, for removal: This API element is subject to removal in a future version. -
getOldPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
setOldPassword
Deprecated, for removal: This API element is subject to removal in a future version. -
validatePassword
-
validateConfirmPassword
public void validateConfirmPassword(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object o) throws javax.faces.validator.ValidatorException Deprecated, for removal: This API element is subject to removal in a future version.- Throws:
javax.faces.validator.ValidatorException
-
hasDataChanged
public boolean hasDataChanged()Deprecated, for removal: This API element is subject to removal in a future version. -
isCurrentPasswordBlank
public boolean isCurrentPasswordBlank()Deprecated, for removal: This API element is subject to removal in a future version. -
storeEncryptionSettingsAndMigrate
Deprecated.
-
UpdateBean.getDbEncryption()instead