6 methods override PasswordConstraintInterface::validate() in Password Policy 8.3
- CharacterTypes::validate in password_policy_character_types/
src/ Plugin/ PasswordConstraint/ CharacterTypes.php - Returns a true/false status if the password meets the constraint.
- ConsecutiveCharacters::validate in password_policy_consecutive/
src/ Plugin/ PasswordConstraint/ ConsecutiveCharacters.php - Returns a true/false status if the password meets the constraint.
- PasswordCharacter::validate in password_policy_characters/
src/ Plugin/ PasswordConstraint/ PasswordCharacter.php - Returns a true/false status if the password meets the constraint.
- PasswordHistory::validate in password_policy_history/
src/ Plugin/ PasswordConstraint/ PasswordHistory.php - Returns a true/false status if the password meets the constraint.
- PasswordLength::validate in password_policy_length/
src/ Plugin/ PasswordConstraint/ PasswordLength.php - Returns a true/false status if the password meets the constraint.
- PasswordUsername::validate in password_policy_username/
src/ Plugin/ PasswordConstraint/ PasswordUsername.php - Returns a true/false status if the password meets the constraint.