Uses of Class
org.passay.RuleResultMetadata
-
Packages that use RuleResultMetadata Package Description org.passay -
-
Uses of RuleResultMetadata in org.passay
Fields in org.passay declared as RuleResultMetadata Modifier and Type Field Description protected RuleResultMetadata
RuleResult. metadata
Metadata produced by a password rule.Methods in org.passay that return RuleResultMetadata Modifier and Type Method Description protected RuleResultMetadata
AllowedCharacterRule. createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.protected RuleResultMetadata
CharacterRule. createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.protected RuleResultMetadata
IllegalCharacterRule. createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.protected RuleResultMetadata
LengthRule. createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.protected RuleResultMetadata
WhitespaceRule. createRuleResultMetadata(PasswordData password)
Creates the rule result metadata.RuleResultMetadata
RuleResult. getMetadata()
Returns metadata associated with the rule verification.Methods in org.passay with parameters of type RuleResultMetadata Modifier and Type Method 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.Constructors in org.passay with parameters of type RuleResultMetadata Constructor Description RuleResult(boolean b, RuleResultDetail rrd, RuleResultMetadata rrm)
Creates a new rule result.RuleResult(boolean b, RuleResultMetadata rrm)
Creates a new rule result.
-