| Package | Description |
|---|---|
| net.named_data.jndn.security.policy | |
| net.named_data.jndn.util |
| Modifier and Type | Method and Description |
|---|---|
abstract BoostInfoTree |
ConfigPolicyManager.FriendAccess.findMatchingRule(ConfigPolicyManager policyManager,
Name objName,
String matchType) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
ConfigPolicyManager.FriendAccess.checkSignatureMatch(ConfigPolicyManager policyManager,
Name signatureName,
Name objectName,
BoostInfoTree rule) |
| Modifier and Type | Method and Description |
|---|---|
BoostInfoTree |
BoostInfoTree.createSubtree(String treeName)
Create a new BoostInfoTree with where the value is an empty string,
and insert it as a sub-tree with the given name.
|
BoostInfoTree |
BoostInfoTree.createSubtree(String treeName,
String value)
Create a new BoostInfoTree and insert it as a sub-tree with the given name.
|
BoostInfoTree |
BoostInfoTree.getLastChild() |
BoostInfoTree |
BoostInfoTree.getParent() |
BoostInfoTree |
BoostInfoParser.getRoot()
Get the root tree of this parser.
|
BoostInfoTree |
BoostInfoParser.read(String fileName)
Add the contents of the file to the root BoostInfoTree.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BoostInfoTree.addSubtree(String treeName,
BoostInfoTree newTree)
Insert a BoostInfoTree as a sub-tree with the given name.
|
| Constructor and Description |
|---|
BoostInfoTree(String value,
BoostInfoTree parent) |
Copyright © 2015. All rights reserved.