Uses of Class
io.github.jopenlibs.vault.rest.RestResponse
Packages that use RestResponse
Package
Description
Containers of data returned by the various Vault API calls.
Intended for internal use by other classes within the Vault driver library.
-
Uses of RestResponse in io.github.jopenlibs.vault.response
Methods in io.github.jopenlibs.vault.response that return RestResponseModifier and TypeMethodDescriptionHealthResponse.getRestResponse()VaultResponse.getRestResponse()Constructors in io.github.jopenlibs.vault.response with parameters of type RestResponseModifierConstructorDescriptionAuthResponse(RestResponse restResponse, int retries) This constructor simply exposes the common base class constructor.DatabaseResponse(RestResponse restResponse, int retries) HealthResponse(RestResponse restResponse, int retries) Constructs aHealthResponseobject from the data received in a health check operation.LogicalResponse(RestResponse restResponse, int retries, Logical.logicalOperations operation) LookupResponse(RestResponse restResponse, int retries) This constructor simply exposes the common base class constructor.MountResponse(RestResponse restResponse, int retries, boolean isList) PkiResponse(RestResponse restResponse, int retries) SealResponse(RestResponse restResponse, int retries) This constructor simply exposes the common base class constructor.UnwrapResponse(RestResponse restResponse, int retries) This constructor simply exposes the common base class constructor.VaultResponse(RestResponse restResponse, int retries) WrapResponse(RestResponse restResponse, int retries) Parse response-wrapping and create an instance of response. -
Uses of RestResponse in io.github.jopenlibs.vault.rest
Methods in io.github.jopenlibs.vault.rest that return RestResponseModifier and TypeMethodDescriptionRest.delete()Executes an HTTP DELETE request with the settings already configured.Rest.get()Executes an HTTP GET request with the settings already configured.Rest.post()Executes an HTTP POST request with the settings already configured.Rest.put()Executes an HTTP PUT request with the settings already configured.