public class UsernamePasswordAuthenticationOptions extends Object
UsernamePasswordAuthentication
.UsernamePasswordAuthentication
,
builder()
Modifier and Type | Class and Description |
---|---|
static class |
UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder
Builder for
UsernamePasswordAuthenticationOptions . |
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_USERPASS_AUTHENTICATION_PATH |
Modifier and Type | Method and Description |
---|---|
static UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder |
builder() |
CharSequence |
getPassword() |
String |
getPath() |
CharSequence |
getTotp() |
String |
getUsername() |
public static final String DEFAULT_USERPASS_AUTHENTICATION_PATH
public static UsernamePasswordAuthenticationOptions.UsernamePasswordAuthenticationBuilder builder()
public String getPath()
public String getUsername()
public CharSequence getPassword()
@Nullable public CharSequence getTotp()
null
.Copyright © 2016–2022 Pivotal Software, Inc.. All rights reserved.