Uses of Interface
org.jboss.security.xacml.sunxacml.PolicyTreeElement

Packages that use PolicyTreeElement
org.jboss.security.xacml.sunxacml This is the root package, which contains the PDP class where most people will want to start. 
org.jboss.security.xacml.sunxacml.combine All of the combining algorithm support is in this package. 
 

Uses of PolicyTreeElement in org.jboss.security.xacml.sunxacml
 

Classes in org.jboss.security.xacml.sunxacml that implement PolicyTreeElement
 class AbstractPolicy
          Represents an instance of an XACML policy.
 class Policy
          Represents one of the two top-level constructs in XACML, the PolicyType.
 class PolicyReference
          This class is used as a placeholder for the PolicyIdReference and PolicySetIdReference fields in a PolicySetType.
 class PolicySet
          Represents one of the two top-level constructs in XACML, the PolicySetType.
 class Rule
          Represents the RuleType XACML type.
 

Uses of PolicyTreeElement in org.jboss.security.xacml.sunxacml.combine
 

Methods in org.jboss.security.xacml.sunxacml.combine that return PolicyTreeElement
 PolicyTreeElement CombinerElement.getElement()
          Returns the PolicyTreeElement in this element.
 

Constructors in org.jboss.security.xacml.sunxacml.combine with parameters of type PolicyTreeElement
CombinerElement(PolicyTreeElement element)
          Constructor that only takes an element.
CombinerElement(PolicyTreeElement element, List parameters)
          Constructor that takes both the element to combine and its associated combiner parameters.
 



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