Use strong passwords that contain digits, punctuation and lowercase/uppercase characters.
Minimum allowed password length.
Minimum allowed password length.
Use digits characters.
Use digits characters.
Use lowercase characters.
Use lowercase characters.
Use punctuation characters.
Use punctuation characters.
Use uppercase characters.
Use uppercase characters.
Perform initialization of object.
Minimum allowed password length.
Password initial options.
Validate password with used settings.
Password for validation.
Result of password validation.
Static
checkCheck digit character at password.
Password for check.
true
if has one or more digit character or false
- otherwise.
Static
checkCheck lowercase character at password.
Password for check.
true
if has one or more lowercase character or false
- otherwise.
Static
checkCheck minimum allowed password length.
Password for check.
Minimum allowed password length.
true
if password length is greater or equal
minimum allowed password length or false
- otherwise.
Static
checkCheck punctuation character at password.
Password for check.
true
if has one or more digit punctuation or false
- otherwise.
Static
checkCheck strong password with options.
Password for check.
Password options for check.
true
if password is strong or false
- otherwise.
Static
checkCheck uppercase character at password.
Password for check.
true
if has one or more uppercase character or false
- otherwise.
Object for managing password settings.