@NonNullApi
Package com.broadleafcommerce.auth.user.validation
- Author:
- Jeff Fischer
-
Interface Summary Interface 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<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.RegistrationValidator ResetPasswordFormValidator<P extends PasswordToken> Interface for validation of aResetPasswordForm
.UsernameValidator This validator uses regex to validate usernames. -
Class Summary Class Description DefaultChangePasswordFormValidator DefaultPasswordRequestValidator DefaultPasswordTokenValidator<P extends PasswordToken> DefaultRegistrationValidator DefaultResetPasswordFormValidator<P extends PasswordToken> DefaultUsernameValidator PasswordValidation The result of validating a password against rules defined withinPasswordRequestValidator