public final class KeyChain
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
KeyChain |
addKey(java.lang.String name, java.lang.Object value) |
java.util.List<DecisionPoint.NamedValue> |
getKeys() |
KeyChain |
getParent() |
public KeyChain(KeyChain parent)
parent
- The parent keychain information for this particular fact instace. Null ok for when there's no parent.public KeyChain getParent()
public java.util.List<DecisionPoint.NamedValue> getKeys()
public KeyChain addKey(java.lang.String name, java.lang.Object value)