public interface PasswordPolicyRuleCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
evaluate(List<JahiaPasswordPolicyRuleParam> parameters,
org.jahia.services.pwdpolicy.EvaluationContext ctx)
Evaluates the current condition and returns the result of the evaluation.
|
boolean evaluate(List<JahiaPasswordPolicyRuleParam> parameters, org.jahia.services.pwdpolicy.EvaluationContext ctx)
parameters - list of JahiaPasswordPolicyRuleParam objects as
condition parametersctx - the evaluation context objecttrue if the condition is matched based on the
current evaluation contextCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.