org.jboss.security.xacml.sunxacml.combine
Class OrderedDenyOverridesRuleAlg
java.lang.Object
org.jboss.security.xacml.sunxacml.combine.CombiningAlgorithm
org.jboss.security.xacml.sunxacml.combine.RuleCombiningAlgorithm
org.jboss.security.xacml.sunxacml.combine.DenyOverridesRuleAlg
org.jboss.security.xacml.sunxacml.combine.OrderedDenyOverridesRuleAlg
public class OrderedDenyOverridesRuleAlg
- extends DenyOverridesRuleAlg
This is the standard Ordered Deny Overrides rule combining algorithm. It
allows a single evaluation of Deny to take precedence over any number
of permit, not applicable or indeterminate results. Note that this uses
the regular Deny Overrides implementation since it is also orderd.
- Since:
- 1.1
- Author:
- seth proctor
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
OrderedDenyOverridesRuleAlg
public OrderedDenyOverridesRuleAlg()
- Standard constructor.
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.