Class ChangePasswordRendererUtil
java.lang.Object
com.hybris.backoffice.widgets.userprofile.passwordsetting.changepassword.ChangePasswordRendererUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancheckPassword(User user, String password) voidorg.zkoss.zul.LabelcreateNoticeLabel(org.zkoss.zk.ui.Component parent, String labelKey) org.zkoss.zul.TextboxcreatePasswordLine(org.zkoss.zk.ui.Component parent, String labelKey) voidcreateValidationInfoLine(org.zkoss.zk.ui.Component parent) protected ModelServiceprotected PasswordPolicyServiceprotected org.zkoss.zul.DivvoidonConfirmPwdTextChanged(UserModel user, org.zkoss.zul.impl.InputElement confirmPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) voidonNewPasswordTextChanged(UserModel user, org.zkoss.zul.impl.InputElement newPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) voidonOldPasswordTextChanged(org.zkoss.zul.impl.InputElement oldPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) voidsetModelService(ModelService modelService) voidsetPasswordPolicyService(PasswordPolicyService passwordPolicyService) booleanvalidateOldPassword(UserModel user, PasswordChangeData passwordChangeData)
-
Constructor Details
-
ChangePasswordRendererUtil
public ChangePasswordRendererUtil()
-
-
Method Details
-
setModelService
-
getModelService
-
setPasswordPolicyService
-
getPasswordPolicyService
-
createNoticeLabel
-
createValidationInfoLine
public void createValidationInfoLine(org.zkoss.zk.ui.Component parent) -
createPasswordLine
-
onOldPasswordTextChanged
public void onOldPasswordTextChanged(org.zkoss.zul.impl.InputElement oldPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) -
onNewPasswordTextChanged
public void onNewPasswordTextChanged(UserModel user, org.zkoss.zul.impl.InputElement newPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) -
onConfirmPwdTextChanged
public void onConfirmPwdTextChanged(UserModel user, org.zkoss.zul.impl.InputElement confirmPwdInput, PasswordChangeData passwordChangeData, com.hybris.cockpitng.core.Executable dataChangedExe) -
checkPassword
protected boolean checkPassword(User user, String password) throws EJBPasswordEncoderNotFoundException -
getValidationDiv
protected org.zkoss.zul.Div getValidationDiv() -
validateOldPassword
-
clearValidation
public void clearValidation()
-