org.wso2.balana.combine.xacml3
Class OrderedPermitOverridesRuleAlg
java.lang.Object
org.wso2.balana.combine.CombiningAlgorithm
org.wso2.balana.combine.RuleCombiningAlgorithm
org.wso2.balana.combine.xacml3.PermitOverridesRuleAlg
org.wso2.balana.combine.xacml3.OrderedPermitOverridesRuleAlg
public class OrderedPermitOverridesRuleAlg
- extends PermitOverridesRuleAlg
This is the new (XACML 3.0) standard Ordered Permit Overrides rule combining algorithm.
It allows a single evaluation of Permit to take precedence over any number of deny,
not applicable or indeterminate results. Note that this uses the regular Permit Overrides
implementation since it is also ordered.
Field Summary |
static String |
algId
The standard URN used to identify this algorithm |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
algId
public static final String algId
- The standard URN used to identify this algorithm
- See Also:
- Constant Field Values
OrderedPermitOverridesRuleAlg
public OrderedPermitOverridesRuleAlg()
- Standard constructor.
Copyright © 2015 WSO2. All rights reserved.