Uses of Class
org.springframework.vault.authentication.AuthenticationSteps.Pair
Package
Description
Support for authentication and session management.
-
Uses of AuthenticationSteps.Pair in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionstatic <L,
R> AuthenticationSteps.Pair<L, R> AuthenticationSteps.Pair.of
(L left, R right) Modifier and TypeMethodDescriptionAuthenticationSteps.Node.zipWith
(AuthenticationSteps.Node<? extends R> other) Combine the result from thisAuthenticationSteps.Node
and another into aAuthenticationSteps.Pair
.