Uses of Class
org.springframework.vault.authentication.UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder
Package
Description
Support for authentication and session management.
-
Uses of UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder in org.springframework.vault.authentication
Modifier and TypeMethodDescriptionUsernamePasswordAuthenticationOptions.builder()
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.password
(CharSequence password) Configure apassword
for userpass authentication.Configure the mount path.UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.totp
(CharSequence totp) Configure an optionaltotp
(time-based one-time token) for userpass/Okta authentication.UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.username
(String username) Configure ausername
for userpass authentication.