Uses of Class
org.springframework.vault.authentication.UsernamePasswordAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of UsernamePasswordAuthenticationOptions in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionUsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.build()
Build a newUsernamePasswordAuthenticationOptions
instance.Modifier and TypeMethodDescriptionstatic AuthenticationSteps
UsernamePasswordAuthentication.createAuthenticationSteps
(UsernamePasswordAuthenticationOptions options) Creates aAuthenticationSteps
for username/password authentication givenUsernamePasswordAuthenticationOptions
.ModifierConstructorDescriptionUsernamePasswordAuthentication
(UsernamePasswordAuthenticationOptions options, RestOperations restOperations)