Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
<T> AuthenticationSteps.HttpRequest<T> |
AuthenticationSteps.HttpRequestBuilder.as(Class<T> type)
Configure the result type and build the
AuthenticationSteps.HttpRequest object. |
Modifier and Type | Method and Description |
---|---|
static <T> AuthenticationSteps.Node<T> |
AuthenticationSteps.fromHttpRequest(AuthenticationSteps.HttpRequest<T> request)
Start flow composition from a
AuthenticationSteps.HttpRequest . |
static AuthenticationSteps |
AuthenticationSteps.just(AuthenticationSteps.HttpRequest<VaultResponse> request)
Create a flow definition from a
AuthenticationSteps.HttpRequest returning a
VaultResponse . |
AuthenticationSteps |
AuthenticationSteps.Node.login(AuthenticationSteps.HttpRequest<VaultResponse> request)
Terminal operation requesting a
token from Vault by issuing
a HTTP request with the current state to Vaults uriTemplate . |
<R> AuthenticationSteps.Node<R> |
AuthenticationSteps.Node.request(AuthenticationSteps.HttpRequest<R> request)
Request data using a
AuthenticationSteps.HttpRequest . |
Copyright © 2016–2019 Pivotal Software, Inc.. All rights reserved.