6 calls to PasswordConstraintBase::getConfiguration() in Password Policy 8.3
- PasswordCharacter::getSummary in password_policy_characters/
src/ Plugin/ PasswordConstraint/ PasswordCharacter.php - Returns a human-readable summary of 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::buildConfigurationForm in password_policy_username/
src/ Plugin/ PasswordConstraint/ PasswordUsername.php - Form constructor.
- PasswordUsername::validate in password_policy_username/
src/ Plugin/ PasswordConstraint/ PasswordUsername.php - Returns a true/false status if the password meets the constraint.