Uses of Class
io.github.jopenlibs.vault.rest.Rest
Packages that use Rest
Package
Description
Classes implementing the various endpoints of the Vault HTTP API.
Intended for internal use by other classes within the Vault driver library.
-
Uses of Rest in io.github.jopenlibs.vault.api
Methods in io.github.jopenlibs.vault.api that return Rest -
Uses of Rest in io.github.jopenlibs.vault.rest
Methods in io.github.jopenlibs.vault.rest that return RestModifier and TypeMethodDescriptionRest.body(byte[] body) Sets a binary payload that will be sent as the request body for POST or PUT requests.Rest.connectTimeoutSeconds(Integer connectTimeoutSeconds) The number of seconds to wait before giving up on establishing an HTTP(S) connection.Adds a header to be sent with the HTTP request.Adds a parameter to be sent with the HTTP request.Rest.readTimeoutSeconds(Integer readTimeoutSeconds) After an HTTP(S) connection has already been established, this is the number of seconds to wait for all data to finish downloading.Rest.sslContext(SSLContext sslContext) Rest.sslVerification(Boolean sslVerification) Whether or not HTTPS connections should verify that the server has a valid SSL certificate.Sets the base URL to which the HTTP request will be sent.