Package | Description |
---|---|
org.passay | |
org.passay.spring |
Modifier and Type | Field and Description |
---|---|
protected List<RuleResultDetail> |
RuleResult.details
Details associated with a password rule result.
|
Modifier and Type | Method and Description |
---|---|
List<RuleResultDetail> |
RuleResult.getDetails()
Returns any details associated with the rule verification.
|
Modifier and Type | Method and Description |
---|---|
String |
MessageResolver.resolve(RuleResultDetail detail)
Resolves the message for the supplied rule result detail.
|
String |
AbstractMessageResolver.resolve(RuleResultDetail detail) |
void |
RuleResult.setDetails(RuleResultDetail... rrd)
Sets any details associated with the rule verification.
|
Modifier and Type | Method and Description |
---|---|
void |
RuleResult.setDetails(List<RuleResultDetail> rrd)
Sets any details associated with the rule verification.
|
Constructor and Description |
---|
RuleResult(boolean b,
RuleResultDetail rrd)
Creates a new rule result.
|
RuleResult(boolean b,
RuleResultDetail rrd,
RuleResultMetadata rrm)
Creates a new rule result.
|
Modifier and Type | Method and Description |
---|---|
String |
SpringMessageResolver.resolve(RuleResultDetail detail)
Resolves the message for the supplied rule result detail using Spring's
MessageSource . |
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.