Package com.broadleafcommerce.auth.user.validation
@NonNullApi
package com.broadleafcommerce.auth.user.validation
- Author:
- Jeff Fischer
-
ClassDescriptionValidator that runs through the fields in the
ChangePasswordFormand ensures correctness.Note - ensure to keepDefaultPasswordGeneratoraligned with any changes to validation here.DefaultPasswordTokenValidator<P extends PasswordToken>DefaultResetPasswordFormValidator<P extends PasswordToken>This validator uses regex to validate new passwords for registration and password resets.PasswordTokenValidator<P extends PasswordToken>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 withinPasswordRequestValidatorResetPasswordFormValidator<P extends PasswordToken>Interface for validation of aResetPasswordForm.This validator uses regex to validate usernames.