@NonNullApi
Interface | Description |
---|---|
ChangePasswordFormValidator |
Validator that runs through the fields in the
ChangePasswordForm 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 a
ResetPasswordForm . |
UsernameValidator |
This validator uses regex to validate usernames.
|
Class | Description |
---|---|
DefaultChangePasswordFormValidator | |
DefaultPasswordRequestValidator | |
DefaultPasswordTokenValidator<P extends PasswordToken> | |
DefaultRegistrationValidator | |
DefaultResetPasswordFormValidator<P extends PasswordToken> | |
DefaultUsernameValidator | |
PasswordValidation |
The result of validating a password against rules defined within
PasswordRequestValidator |
Copyright © 2021. All rights reserved.