Package org.jboss.as.domain.management.security.password
-
Interface Summary 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 Summary Class Description CompoundRestriction APasswordValidationwhich wraps multiple other restrictions.LengthRestriction APasswordRestrictionto 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 APasswordRestrictionto verify that the username and password and not equal.ValueRestriction APasswordValidationto verify that a password is not in a list of banned passwords. -
Enum Summary Enum Description PasswordCheckResult.Result PasswordStrength Enum with values indicating strength of password.RestrictionLevel -
Exception Summary Exception Description PasswordValidationException AnExceptionthrown by the password validators if password validation fails.