Package | Description |
---|---|
org.jboss.as.domain.management.security.password | |
org.jboss.as.domain.management.security.password.simple |
Modifier and Type | Class and Description |
---|---|
class |
LengthRestriction |
class |
NoRestriction |
class |
RegexRestriction |
class |
ValueRestriction |
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.createLengthRestriction(int minLength) |
PasswordRestriction |
PasswordCheckUtil.createSymbolRestriction(int minSymbol) |
Modifier and Type | Method and Description |
---|---|
List<PasswordRestriction> |
PasswordStrengthCheckResult.getFailedRestrictions()
List of restrictions that password did not met.
|
List<PasswordRestriction> |
PasswordStrengthCheckResult.getPassedRestrictions()
List of restrictions that password did met.
|
List<PasswordRestriction> |
PasswordCheckUtil.getPasswordRestrictions(String userName) |
Modifier and Type | Method and Description |
---|---|
PasswordStrengthCheckResult |
PasswordStrengthChecker.check(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.getFailedRestrictions() |
List<PasswordRestriction> |
SimplePasswordStrengthCheckResult.getPassedRestrictions() |
Modifier and Type | Method and Description |
---|---|
PasswordStrengthCheckResult |
SimplePasswordStrengthChecker.check(String password,
List<PasswordRestriction> restictions) |
Constructor and Description |
---|
SimplePasswordStrengthChecker(List<PasswordRestriction> initRestrictions,
Dictionary dictionary,
Keyboard keyboard) |
Copyright © 2013 JBoss by Red Hat. All rights reserved.