| Package | Description |
|---|---|
| org.springframework.vault.authentication |
Support for authentication and session management.
|
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationSteps.HttpRequestBuilder |
AuthenticationSteps.HttpRequestBuilder.get(String uriTemplate,
String... uriVariables)
Builder entry point to
GET from uriTemplate. |
static AuthenticationSteps.HttpRequestBuilder |
AuthenticationSteps.HttpRequestBuilder.get(URI uri)
Builder entry point to
GET from uri. |
static AuthenticationSteps.HttpRequestBuilder |
AuthenticationSteps.HttpRequestBuilder.method(HttpMethod method,
String uriTemplate,
String... uriVariables)
Builder entry point to use
HttpMethod for uriTemplate. |
static AuthenticationSteps.HttpRequestBuilder |
AuthenticationSteps.HttpRequestBuilder.post(String uriTemplate,
String... uriVariables)
Builder entry point to
POST to uriTemplate. |
static AuthenticationSteps.HttpRequestBuilder |
AuthenticationSteps.HttpRequestBuilder.post(URI uri)
Builder entry point to
POST to uri. |
AuthenticationSteps.HttpRequestBuilder |
AuthenticationSteps.HttpRequestBuilder.with(HttpEntity<?> httpEntity)
Configure a request
entity. |
AuthenticationSteps.HttpRequestBuilder |
AuthenticationSteps.HttpRequestBuilder.with(HttpHeaders headers)
Configure a request
headers. |
Copyright © 2016–2021 Pivotal Software, Inc.. All rights reserved.