java.lang.Object
io.github.jopenlibs.vault.response.VaultResponse
io.github.jopenlibs.vault.response.AuthResponse
io.github.jopenlibs.vault.response.UnwrapResponse
- All Implemented Interfaces:
Serializable
This class is a container for the information returned by Vault in unwrap backend operations.
- See Also:
-
Field Summary
Fields inherited from class io.github.jopenlibs.vault.response.AuthResponse
jsonResponse -
Constructor Summary
ConstructorsConstructorDescriptionUnwrapResponse(RestResponse restResponse, int retries) This constructor simply exposes the common base class constructor. -
Method Summary
Methods inherited from class io.github.jopenlibs.vault.response.AuthResponse
getAppId, getAuthClientToken, getAuthLeaseDuration, getAuthPolicies, getNonce, getRenewable, getTokenAccessor, getUserId, getUsername, isAuthRenewableMethods inherited from class io.github.jopenlibs.vault.response.VaultResponse
getRestResponse, getRetries
-
Constructor Details
-
UnwrapResponse
This constructor simply exposes the common base class constructor.- Parameters:
restResponse- The raw HTTP response from Vault.retries- The number of retry attempts that occurred during the API call (can be zero).
-
-
Method Details
-
getData
-