public class DenyUnlessPermitRuleAlg extends RuleCombiningAlgorithm
| Modifier and Type | Field and Description |
|---|---|
static String |
algId
The standard URN used to identify this algorithm
|
| Constructor and Description |
|---|
DenyUnlessPermitRuleAlg()
Standard constructor.
|
DenyUnlessPermitRuleAlg(URI identifier)
Constructor that takes the algorithm's identifier.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractResult |
combine(EvaluationCtx context,
List parameters,
List ruleElements)
Combines the rules based on the context to produce some unified result.
|
getIdentifierpublic static final String algId
public DenyUnlessPermitRuleAlg()
public DenyUnlessPermitRuleAlg(URI identifier)
identifier - the algorithm's identifierpublic AbstractResult combine(EvaluationCtx context, List parameters, List ruleElements)
RuleCombiningAlgorithmcombine in class RuleCombiningAlgorithmcontext - the representation of the requestparameters - a (possibly empty) non-null List of
CombinerParametersruleElements - a List of CombinerElementsCopyright © 2024 WSO2. All rights reserved.