Class DecryptBatch.Response
java.lang.Object
io.helidon.integrations.common.rest.ApiJsonParser
io.helidon.integrations.common.rest.ApiResponse
io.helidon.integrations.common.rest.ApiEntityResponse
io.helidon.integrations.vault.VaultResponse
io.helidon.integrations.vault.secrets.transit.DecryptBatch.Response
- Enclosing class:
DecryptBatch
Response object parsed from JSON returned by the
RestApi
.-
Method Summary
Modifier and TypeMethodDescriptionBatch result, each element of the list is a single decrypted secret, in the same order the batch was created.Methods inherited from class io.helidon.integrations.vault.VaultResponse
vaultRequestId
Methods inherited from class io.helidon.integrations.common.rest.ApiResponse
headers, requestId, status
Methods inherited from class io.helidon.integrations.common.rest.ApiJsonParser
isPresent, stringValue, toBoolean, toBytesBase64, toDouble, toInstant, toInt, toList, toLong, toMap, toObject, toString
-
Method Details
-
batchResult
Batch result, each element of the list is a single decrypted secret, in the same order the batch was created.- Returns:
- result of batch decryption
-