Class UsernamePasswordAuthenticationOptions
java.lang.Object
org.springframework.vault.authentication.UsernamePasswordAuthenticationOptions
Authentication options for
UsernamePasswordAuthentication
.- Since:
- 2.4
- Author:
- Mikhael Sokolov, Mark Paluch
- See Also:
-
Nested Class Summary
-
Field Summary
-
Method Summary
-
Field Details
-
DEFAULT_USERPASS_AUTHENTICATION_PATH
- See Also:
-
-
Method Details
-
builder
-
getPath
- Returns:
- the path of the userpass authentication backend mount.
-
getUsername
- Returns:
- the username.
-
getPassword
- Returns:
- the password.
-
getTotp
- Returns:
- the totp (one-time-token). Can be
null
.
-