| Package | Description |
|---|---|
| org.sellcom.core.security.password |
| Modifier and Type | Method and Description |
|---|---|
CharacterClassesPasswordStrengthPolicy |
CharacterClassesPasswordStrengthPolicy.create()
Returns an empty character classes password policy.
|
CharacterClassesPasswordStrengthPolicy |
CharacterClassesPasswordStrengthPolicy.withMinDigits(int minDigits)
Sets the minimum number of digits of this policy.
|
CharacterClassesPasswordStrengthPolicy |
CharacterClassesPasswordStrengthPolicy.withMinLength(int minLength)
Sets the minimum length of this policy.
|
CharacterClassesPasswordStrengthPolicy |
CharacterClassesPasswordStrengthPolicy.withMinLowerCaseLetters(int minLowerCaseLetters)
Sets the minimum number of lower-case letters of this policy.
|
CharacterClassesPasswordStrengthPolicy |
CharacterClassesPasswordStrengthPolicy.withMinOtherChars(int minOtherChars)
Sets the minimum number of other characters of this policy.
|
CharacterClassesPasswordStrengthPolicy |
CharacterClassesPasswordStrengthPolicy.withMinSpecialChars(int minSpecialChars)
Sets the minimum number of special characters of this policy.
|
CharacterClassesPasswordStrengthPolicy |
CharacterClassesPasswordStrengthPolicy.withMinUpperCaseLetters(int minUpperCaseLetters)
Sets the minimum number of upper-case letters of this policy.
|