public final class PasswordValidation extends Object
PasswordRequestValidator| Modifier and Type | Field and Description |
|---|---|
List<String> |
errorMessages
If the password failed validation, this holds all of the reason why.
|
| Constructor and Description |
|---|
PasswordValidation(boolean failure,
List<String> errorMessages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<String> |
getErrorMessages()
If the password failed validation, this holds all of the reason why.
|
int |
hashCode() |
boolean |
isFailure()
Whether or not the password passed validation
|
String |
toString() |
Copyright © 2021. All rights reserved.