Uses of Class
org.springframework.vault.authentication.AuthenticationSteps.Node
Package
Description
Support for authentication and session management.
-
Uses of AuthenticationSteps.Node in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionstatic <T> AuthenticationSteps.Node<T>
AuthenticationSteps.fromHttpRequest
(AuthenticationSteps.HttpRequest<T> request) Start flow composition from aAuthenticationSteps.HttpRequest
.static <T> AuthenticationSteps.Node<T>
AuthenticationSteps.fromSupplier
(Supplier<T> supplier) Start flow composition from aSupplier
.static <T> AuthenticationSteps.Node<T>
AuthenticationSteps.fromValue
(T value) Start flow composition from a scalarvalue
.<R> AuthenticationSteps.Node<R>
Transform the state object into a different object.Callback with the current state object.<R> AuthenticationSteps.Node<R>
AuthenticationSteps.Node.request
(AuthenticationSteps.HttpRequest<R> request) Request data using aAuthenticationSteps.HttpRequest
.AuthenticationSteps.Node.zipWith
(AuthenticationSteps.Node<? extends R> other) Combine the result from thisAuthenticationSteps.Node
and another into aAuthenticationSteps.Pair
.Modifier and TypeMethodDescriptionAuthenticationSteps.Node.zipWith
(AuthenticationSteps.Node<? extends R> other) Combine the result from thisAuthenticationSteps.Node
and another into aAuthenticationSteps.Pair
.