Package | Description |
---|---|
org.springframework.vault.authentication |
Support for authentication and session management.
|
Modifier and Type | Method and Description |
---|---|
static UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder |
UsernamePasswordAuthenticationOptions.builder() |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.password(CharSequence password)
Configure a
password for userpass authentication. |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.path(String path)
Configure the mount path.
|
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.totp(CharSequence totp)
Configure an optional
totp (time-based one-time token) for
userpass/Okta authentication. |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder.username(String username)
Configure a
username for userpass authentication. |
Copyright © 2016–2022 Pivotal Software, Inc.. All rights reserved.