Package | Description |
---|---|
org.jboss.as.domain.management.security.password | |
org.jboss.as.domain.management.security.password.simple |
Modifier and Type | Class and Description |
---|---|
class |
CompoundRestriction
A
PasswordValidation which wraps multiple other restrictions. |
class |
LengthRestriction
A
PasswordRestriction to check the length of the password. |
class |
RegexRestriction |
class |
UsernamePasswordMatch
A
PasswordRestriction to verify that the username and password and not equal. |
class |
ValueRestriction
A
PasswordValidation to verify that a password is not in a list of banned passwords. |
Modifier and Type | Field and Description |
---|---|
List<PasswordRestriction> |
PasswordCheckUtil.passwordValuesRestrictions |
Modifier and Type | Method and Description |
---|---|
PasswordRestriction |
PasswordCheckUtil.createAlphaRestriction(int minAlpha) |
PasswordRestriction |
PasswordCheckUtil.createDigitRestriction(int minDigit) |
PasswordRestriction |
PasswordCheckUtil.createSymbolRestriction(int minSymbol) |
Modifier and Type | Method and Description |
---|---|
List<PasswordRestriction> |
PasswordStrengthCheckResult.getPassedRestrictions()
List of restrictions that password did met.
|
List<PasswordRestriction> |
PasswordCheckUtil.getPasswordRestrictions() |
List<PasswordRestriction> |
CompoundRestriction.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
PasswordStrengthCheckResult |
PasswordStrengthChecker.check(String userName,
String password,
List<PasswordRestriction> restictions)
Determines password strength.
|
Modifier and Type | Method and Description |
---|---|
static PasswordRestriction |
SimplePasswordStrengthChecker.getRestrictionAlpha(int minAlpha) |
static PasswordRestriction |
SimplePasswordStrengthChecker.getRestrictionDigit(int minDigit) |
static PasswordRestriction |
SimplePasswordStrengthChecker.getRestrictionSymbol(int minSymbol) |
Modifier and Type | Method and Description |
---|---|
List<PasswordRestriction> |
SimplePasswordStrengthCheckResult.getPassedRestrictions() |
Modifier and Type | Method and Description |
---|---|
PasswordStrengthCheckResult |
SimplePasswordStrengthChecker.check(String userName,
String password,
List<PasswordRestriction> restictions) |
Constructor and Description |
---|
SimplePasswordStrengthChecker(List<PasswordRestriction> initRestrictions,
Dictionary dictionary,
Keyboard keyboard) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.