Interface | Description |
---|---|
Dictionary |
Dictionary interface.
|
Keyboard |
Keybord interface.
|
PasswordRestriction |
Interface to be implemented by a password restriction.
|
PasswordStrengthChecker |
Declaration of checker contract.
|
PasswordStrengthCheckResult |
Represents strength check result.
|
Class | Description |
---|---|
CompoundRestriction |
A
PasswordValidation which wraps multiple other restrictions. |
LengthRestriction |
A
PasswordRestriction to check the length of the password. |
PasswordCheckResult | |
PasswordCheckUtil |
Simple util which narrows down password checks so there is no hassle in performing those checks in CLI.
|
RegexRestriction | |
UsernamePasswordMatch |
A
PasswordRestriction to verify that the username and password and not equal. |
ValueRestriction |
A
PasswordValidation to verify that a password is not in a list of banned passwords. |
Enum | Description |
---|---|
PasswordCheckResult.Result | |
PasswordStrength |
Enum with values indicating strength of password.
|
RestrictionLevel |
Exception | Description |
---|---|
PasswordValidationException |
An
Exception thrown by the password validators if password validation fails. |
Copyright © 2023 JBoss by Red Hat. All rights reserved.