public class DenyOverridesPolicyAlg extends PolicyCombiningAlgorithm
| Modifier and Type | Field and Description |
|---|---|
static String |
algId
The standard URN used to identify this algorithm
|
| Modifier | Constructor and Description |
|---|---|
|
DenyOverridesPolicyAlg()
Standard constructor.
|
protected |
DenyOverridesPolicyAlg(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 policyElements)
Applies the combining rule to the set of policies based on the evaluation context.
|
getIdentifierpublic static final String algId
public DenyOverridesPolicyAlg()
protected DenyOverridesPolicyAlg(URI identifier)
identifier - the algorithm's identifierpublic AbstractResult combine(EvaluationCtx context, List parameters, List policyElements)
combine in class PolicyCombiningAlgorithmcontext - the context from the requestparameters - a (possibly empty) non-null List of
CombinerParameterspolicyElements - the policies to combineCopyright © 2024 WSO2. All rights reserved.