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.
|
getIdentifier
public static final String algId
public DenyUnlessPermitRuleAlg()
public DenyUnlessPermitRuleAlg(URI identifier)
identifier
- the algorithm's identifierpublic AbstractResult combine(EvaluationCtx context, List parameters, List ruleElements)
RuleCombiningAlgorithm
combine
in class RuleCombiningAlgorithm
context
- the representation of the requestparameters
- a (possibly empty) non-null List
of
CombinerParameters
ruleElements
- a List
of CombinerElements
Copyright © 2016 WSO2. All rights reserved.