Uses of Package
com.broadleafcommerce.auth.user.validation
Packages that use com.broadleafcommerce.auth.user.validation
Package
Description
-
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.service.autoconfigureClassDescriptionValidator that runs through the fields in the
ChangePasswordForm
and ensures correctness.Interface for validation of aResetPasswordForm
. -
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.service.passwordClassDescriptionValidator that runs through the fields in the
ChangePasswordForm
and ensures correctness.Interface for validation of aResetPasswordForm
. -
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.validationClassDescriptionValidator that runs through the fields in the
ChangePasswordForm
and ensures correctness.This validator uses regex to validate new passwords for registration and password resets.This validator performs various checks on the validity of a password token compared to that of a set of password tokens that belong to a user.The result of validating a password against rules defined withinPasswordRequestValidator
Interface for validation of aResetPasswordForm
.This validator uses regex to validate usernames. -
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.validation.autoconfigureClassDescriptionValidator that runs through the fields in the
ChangePasswordForm
and ensures correctness.This validator uses regex to validate new passwords for registration and password resets.This validator performs various checks on the validity of a password token compared to that of a set of password tokens that belong to a user.Interface for validation of aResetPasswordForm
.This validator uses regex to validate usernames.