- All Implemented Interfaces:
- Secret
- Enclosing class:
- GetKv1
Response object parsed from JSON returned by the 
RestApi.
- 
Method Summary
Value of a key within a secret. 
 
A map of secret values (key/value pairs). 
 
 
 
 
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParserisPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Method Details
- 
pathDescription copied from interface: Secret
 Path of this secret. 
- Specified by:
- pathin interface- Secret
- Returns:
- path in the vault, relative to mount point
 
- 
valueDescription copied from interface: Secret
 Value of a key within a secret. 
- Specified by:
- valuein interface- Secret
- Parameters:
- key- key of the secret's value
- Returns:
- value if the key exists
 
- 
valuesDescription copied from interface: Secret
 A map of secret values (key/value pairs). 
- Specified by:
- valuesin interface- Secret
- Returns:
- a map of all values available