public class PermitOverridesRuleAlg extends RuleCombiningAlgorithm
| Modifier and Type | Field and Description |
|---|---|
static String |
algId
The standard URN used to identify this algorithm
|
| Modifier | Constructor and Description |
|---|---|
|
PermitOverridesRuleAlg()
Standard constructor.
|
protected |
PermitOverridesRuleAlg(URI identifier)
Protected constructor used by the ordered version of this algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractResult |
combine(EvaluationCtx context,
List parameters,
List ruleElements)
Applies the combining rule to the set of rules based on the evaluation context.
|
getIdentifierpublic static final String algId
public PermitOverridesRuleAlg()
protected PermitOverridesRuleAlg(URI identifier)
identifier - the algorithm's identifierpublic AbstractResult combine(EvaluationCtx context, List parameters, List ruleElements)
combine in class RuleCombiningAlgorithmcontext - the context from the requestparameters - a (possibly empty) non-null List of
CombinerParametersruleElements - the rules to combineCopyright © 2018 WSO2. All rights reserved.