Uses of Class
org.springframework.vault.authentication.UsernamePasswordAuthenticationOptions
Packages that use UsernamePasswordAuthenticationOptions
Package
Description
Support for authentication and session management.
-
Uses of UsernamePasswordAuthenticationOptions in org.springframework.vault.authentication
Methods in org.springframework.vault.authentication that return UsernamePasswordAuthenticationOptionsModifier and TypeMethodDescriptionUsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.build()
Build a newUsernamePasswordAuthenticationOptions
instance.Methods in org.springframework.vault.authentication with parameters of type UsernamePasswordAuthenticationOptionsModifier and TypeMethodDescriptionstatic AuthenticationSteps
UsernamePasswordAuthentication.createAuthenticationSteps
(UsernamePasswordAuthenticationOptions options) Creates aAuthenticationSteps
for username/password authentication givenUsernamePasswordAuthenticationOptions
.Constructors in org.springframework.vault.authentication with parameters of type UsernamePasswordAuthenticationOptionsModifierConstructorDescriptionUsernamePasswordAuthentication
(UsernamePasswordAuthenticationOptions options, RestOperations restOperations)