|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PolicyTreeElement | |
---|---|
org.wso2.balana | This is the root package, which contains the PDP class where most people will want to start. |
org.wso2.balana.combine | All of the combining algorithm support is in this package. |
Uses of PolicyTreeElement in org.wso2.balana |
---|
Classes in org.wso2.balana 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. |
Methods in org.wso2.balana that return types with arguments of type PolicyTreeElement | |
---|---|
List<PolicyTreeElement> |
AbstractPolicy.getChildren()
Returns the List of children under this node in the policy tree. |
Uses of PolicyTreeElement in org.wso2.balana.combine |
---|
Methods in org.wso2.balana.combine that return PolicyTreeElement | |
---|---|
PolicyTreeElement |
CombinerElement.getElement()
Returns the PolicyTreeElement in this element. |
Constructors in org.wso2.balana.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |