Class PasswordValidation
java.lang.Object
com.broadleafcommerce.auth.user.validation.PasswordValidation
The result of validating a password against rules defined within
PasswordRequestValidator
- Author:
- Phillip Verheyden (phillipuniverse)
-
Field Summary
Modifier and TypeFieldDescriptionIf the password failed validation, this holds all of the reason why. -
Constructor Summary
-
Method Summary
-
Field Details
-
errorMessages
If the password failed validation, this holds all of the reason why. Each message can be a key into a message bundle.
-
-
Constructor Details
-
PasswordValidation
-
-
Method Details
-
isFailure
public boolean isFailure()Whether or not the password passed validation -
getErrorMessages
If the password failed validation, this holds all of the reason why. Each message can be a key into a message bundle. -
equals
-
hashCode
public int hashCode() -
toString
-