org.jboss.security.xacml.sunxacml.combine
Class OrderedDenyOverridesPolicyAlg

java.lang.Object
  extended by org.jboss.security.xacml.sunxacml.combine.CombiningAlgorithm
      extended by org.jboss.security.xacml.sunxacml.combine.PolicyCombiningAlgorithm
          extended by org.jboss.security.xacml.sunxacml.combine.DenyOverridesPolicyAlg
              extended by org.jboss.security.xacml.sunxacml.combine.OrderedDenyOverridesPolicyAlg

public class OrderedDenyOverridesPolicyAlg
extends DenyOverridesPolicyAlg

This is the standard Ordered Deny Overrides policy 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
 
Fields inherited from class org.jboss.security.xacml.sunxacml.combine.CombiningAlgorithm
logger
 
Constructor Summary
OrderedDenyOverridesPolicyAlg()
          Standard constructor.
 
Method Summary
 
Methods inherited from class org.jboss.security.xacml.sunxacml.combine.DenyOverridesPolicyAlg
combine
 
Methods inherited from class org.jboss.security.xacml.sunxacml.combine.CombiningAlgorithm
getIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

algId

public static final String algId
The standard URN used to identify this algorithm

See Also:
Constant Field Values
Constructor Detail

OrderedDenyOverridesPolicyAlg

public OrderedDenyOverridesPolicyAlg()
Standard constructor.



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.