Uses of Package
com.broadleafcommerce.auth.user.validation
-
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.service.autoconfigure Class Description ChangePasswordFormValidator Validator that runs through the fields in theChangePasswordForm
and ensures correctness.RegistrationValidator ResetPasswordFormValidator Interface for validation of aResetPasswordForm
. -
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.service.password Class Description ChangePasswordFormValidator Validator that runs through the fields in theChangePasswordForm
and ensures correctness.RegistrationValidator ResetPasswordFormValidator Interface for validation of aResetPasswordForm
. -
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.validation Class Description ChangePasswordFormValidator Validator that runs through the fields in theChangePasswordForm
and ensures correctness.PasswordRequestValidator This validator uses regex to validate new passwords for registration and password resets.PasswordTokenValidator 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.PasswordValidation The result of validating a password against rules defined withinPasswordRequestValidator
RegistrationValidator ResetPasswordFormValidator Interface for validation of aResetPasswordForm
.UsernameValidator This validator uses regex to validate usernames. -
Classes in com.broadleafcommerce.auth.user.validation used by com.broadleafcommerce.auth.user.validation.autoconfigure Class Description ChangePasswordFormValidator Validator that runs through the fields in theChangePasswordForm
and ensures correctness.PasswordRequestValidator This validator uses regex to validate new passwords for registration and password resets.PasswordTokenValidator 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.RegistrationValidator ResetPasswordFormValidator Interface for validation of aResetPasswordForm
.UsernameValidator This validator uses regex to validate usernames.