Package | Description |
---|---|
org.passay |
Modifier and Type | Field and Description |
---|---|
protected RuleResultMetadata |
RuleResult.metadata
Metadata produced by a password rule.
|
Modifier and Type | Method and Description |
---|---|
protected RuleResultMetadata |
LengthRule.createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.
|
protected RuleResultMetadata |
WhitespaceRule.createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.
|
protected RuleResultMetadata |
IllegalCharacterRule.createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.
|
protected RuleResultMetadata |
AllowedCharacterRule.createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.
|
protected RuleResultMetadata |
CharacterRule.createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.
|
RuleResultMetadata |
RuleResult.getMetadata()
Returns metadata associated with the rule verification.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleResultMetadata.merge(RuleResultMetadata metadata)
Merges the supplied metadata with this metadata.
|
void |
RuleResult.setMetadata(RuleResultMetadata rrm)
Sets metadata associated with the rule verification.
|
Constructor and Description |
---|
RuleResult(boolean b,
RuleResultDetail rrd,
RuleResultMetadata rrm)
Creates a new rule result.
|
RuleResult(boolean b,
RuleResultMetadata rrm)
Creates a new rule result.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.