java.lang.Object
io.github.jopenlibs.vault.response.VaultResponse
io.github.jopenlibs.vault.response.LogicalResponse
io.github.jopenlibs.vault.response.PkiResponse
- All Implemented Interfaces:
Serializable
This class is a container for the information returned by Vault in PKI backend API operations
(e.g. create/delete roles, issue credentials).
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.jopenlibs.vault.response.LogicalResponse
getData, getDataObject, getLeaseDuration, getLeaseId, getListData, getRenewable, getWrapResponseMethods inherited from class io.github.jopenlibs.vault.response.VaultResponse
getRestResponse, getRetries
-
Constructor Details
-
PkiResponse
- Parameters:
restResponse- The raw response received from Vaultretries- The number of retries that were performed for this operation
-
-
Method Details
-
getRoleOptions
-
getCredential
-