|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PolicyNode
Method Summary | |
---|---|
Iterator<? extends PolicyNode> |
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<String> |
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<? extends PolicyQualifierInfo> |
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. |
Method Detail |
---|
Iterator<? extends PolicyNode> getChildren()
int getDepth()
Set<String> getExpectedPolicies()
PolicyNode getParent()
Set<? extends PolicyQualifierInfo> 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()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |