public final class KeyReference extends GenericReference
| Constructor and Description |
|---|
KeyReference() |
KeyReference(java.lang.String value)
Construct a key reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
checkValid()
Test whether an key reference is syntactically valid.
|
java.lang.String |
getValue()
Getter
|
checkOptionalReference, checkRequiredReference, setValuepublic KeyReference()
public KeyReference(@Nonnull
java.lang.String value)
value - The only value currently supported is "", referring to the algorithm's key.@JsonPropertyDescription(value="The key identifier - only \"\" is supported indicating the component\'s built-in key") public java.lang.String getValue()
GenericReferencegetValue in class GenericReferencepublic void checkValid()
throws ComponentConfigurationException
checkValid in class GenericReferenceComponentConfigurationException - When the reference is invalid