public class HierarchicalLowestChildPermitOverridesPolicyAlg
extends org.jboss.security.xacml.sunxacml.combine.PolicyCombiningAlgorithm
| Modifier and Type | Field and Description |
|---|---|
static String |
algId |
static String |
XACML_RESOURCE_ID |
| Modifier | Constructor and Description |
|---|---|
|
HierarchicalLowestChildPermitOverridesPolicyAlg()
Standard constructor.
|
protected |
HierarchicalLowestChildPermitOverridesPolicyAlg(URI identifier)
Protected constructor used by the ordered version of this algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
org.jboss.security.xacml.sunxacml.ctx.Result |
combine(org.jboss.security.xacml.sunxacml.EvaluationCtx context,
List parameters,
List policyElements)
Applies the combining rule to the set of policies based on the evaluation
context.
|
public static final String XACML_RESOURCE_ID
public static final String algId
public HierarchicalLowestChildPermitOverridesPolicyAlg()
protected HierarchicalLowestChildPermitOverridesPolicyAlg(URI identifier)
identifier - the algorithm's identifierpublic org.jboss.security.xacml.sunxacml.ctx.Result combine(org.jboss.security.xacml.sunxacml.EvaluationCtx context,
List parameters,
List policyElements)
combine in class org.jboss.security.xacml.sunxacml.combine.PolicyCombiningAlgorithmcontext - the context from the requestparameters - a (possibly empty) non-null List of
CombinerParameterspolicyElements - the policies to combineCopyright © 2015 DuraSpace. All Rights Reserved.