Package com.broadleafcommerce.auth.user.validation
@NonNullApi
package com.broadleafcommerce.auth.user.validation
- Author:
- Jeff Fischer
-
ClassDescriptionValidator that runs through the fields in the
ChangePasswordForm
and ensures correctness.Note - ensure to keepDefaultPasswordGenerator
aligned 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 withinPasswordRequestValidator
ResetPasswordFormValidator<P extends PasswordToken>Interface for validation of aResetPasswordForm
.This validator uses regex to validate usernames.