| Class | Description |
|---|---|
| BannedPasswordRule |
Evaluate a password by checking against a list of banned passwords.
|
| ConsecutiveCharRule |
A rule based on the number of identical consecutive characters in the password.
|
| DigitCountRule |
A rule based on the number of digits [0-9] in the password.
|
| LengthRule |
Evaluate a password based on its length.
|
| LowerCaseCountRule |
A rule based on the number of upper case characters in the password.
|
| MixedCaseRule |
Evaluate a password based the number of mixed case pairs.
|
| MixedCharRule |
Evaluate a password based the number of mixed characters.
|
| QwertyConsecutiveCharRule |
Evaluate a password by checking whether it follows a sequence from a QWERTY keyboard.
|
| RepeatedCharRule |
A rule based on the number of repeated characters in the password.
|
| SpecialCharCountRule |
A rule based on the number of upper case characters in the password.
|
| UniqueCharRule |
A rule based on the number of unique characters in the password.
|
| UpperCaseCountRule |
A rule based on the number of upper case characters in the password.
|