password-policy
password-policy copied to clipboard
Is setConstraint really needed in Rule interface?
Not obvious to me why.
Not strictly, no. It's useful for numeric constraints. So perhaps sub-interface Rule to NumericRule which requires setConstraint()???
@mrclay could you please send a PR?