org.jboss.security.xacml.sunxacml.combine
Class OrderedPermitOverridesPolicyAlg
java.lang.Object
org.jboss.security.xacml.sunxacml.combine.CombiningAlgorithm
org.jboss.security.xacml.sunxacml.combine.PolicyCombiningAlgorithm
org.jboss.security.xacml.sunxacml.combine.PermitOverridesPolicyAlg
org.jboss.security.xacml.sunxacml.combine.OrderedPermitOverridesPolicyAlg
public class OrderedPermitOverridesPolicyAlg
- extends PermitOverridesPolicyAlg
This is the standard Ordered Permit Overrides policy 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 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
OrderedPermitOverridesPolicyAlg
public OrderedPermitOverridesPolicyAlg()
- Standard constructor.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.