public interface PolicyNode
Modifier and Type | Method and Description |
---|---|
Iterator |
getChildren()
Get the iterator of the child nodes of this node.
|
int |
getDepth()
Get the depth of this node within the tree, starting at 0 for the
root node.
|
Set |
getExpectedPolicies()
Returns a set of policies (string OIDs) that will satisfy this
node's policy.
|
PolicyNode |
getParent()
Returns the parent node of this node, or null if this is the root
node.
|
Set |
getPolicyQualifiers()
Returns a set of
PolicyQualifierInfo objects that qualify
the valid policy of this node. |
String |
getValidPolicy()
Get the policy OID this node represents.
|
boolean |
isCritical()
Return the criticality flag of this policy node.
|
Iterator getChildren()
int getDepth()
Set getExpectedPolicies()
PolicyNode getParent()
Set getPolicyQualifiers()
PolicyQualifierInfo
objects that qualify
the valid policy of this node. The root node should always return
the empty set.PolicyQualifierInfo
objects.String getValidPolicy()
boolean isCritical()