Uses of Class
org.springframework.vault.authentication.AuthenticationSteps.HttpRequestBuilder
Package
Description
Support for authentication and session management.
-
Uses of AuthenticationSteps.HttpRequestBuilder in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionBuilder entry point toGET
fromuriTemplate
.Builder entry point toGET
fromuri
.AuthenticationSteps.HttpRequestBuilder.method
(HttpMethod method, String uriTemplate, String... uriVariables) Builder entry point to useHttpMethod
foruriTemplate
.Builder entry point toPOST
touriTemplate
.Builder entry point toPOST
touri
.AuthenticationSteps.HttpRequestBuilder.with
(HttpEntity<?> httpEntity) Configure a requestentity
.AuthenticationSteps.HttpRequestBuilder.with
(HttpHeaders headers) Configure a requestheaders
.