Uses of Class
org.springframework.vault.authentication.AuthenticationSteps.HttpRequest
Package
Description
Support for authentication and session management.
-
Uses of AuthenticationSteps.HttpRequest in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionConfigure the result type and build theAuthenticationSteps.HttpRequest
object.Modifier and TypeMethodDescriptionstatic <T> AuthenticationSteps.Node<T>
AuthenticationSteps.fromHttpRequest
(AuthenticationSteps.HttpRequest<T> request) Start flow composition from aAuthenticationSteps.HttpRequest
.static AuthenticationSteps
AuthenticationSteps.just
(AuthenticationSteps.HttpRequest<VaultResponse> request) Create a flow definition from aAuthenticationSteps.HttpRequest
returning aVaultResponse
.AuthenticationSteps.Node.login
(AuthenticationSteps.HttpRequest<VaultResponse> request) Terminal operation requesting atoken
from Vault by issuing a HTTP request with the current state to VaultsuriTemplate
.<R> AuthenticationSteps.Node<R>
AuthenticationSteps.Node.request
(AuthenticationSteps.HttpRequest<R> request) Request data using aAuthenticationSteps.HttpRequest
.