public static class ProviderPrivateAuthenticationBasicFlow.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(ProviderPrivateAuthentication providerPrivateAuthenticationBasicFlow)
Instantiates a new Builder from an existing ProviderPrivateAuthenticationBasicFlow instance.
|
Modifier and Type | Method and Description |
---|---|
ProviderPrivateAuthenticationBasicFlow |
build()
Builds a ProviderPrivateAuthenticationBasicFlow.
|
ProviderPrivateAuthenticationBasicFlow.Builder |
password(ProviderAuthenticationTypeAndValue password)
Set the password.
|
public Builder(ProviderPrivateAuthentication providerPrivateAuthenticationBasicFlow)
providerPrivateAuthenticationBasicFlow
- the instance to initialize the Builder withpublic Builder()
public ProviderPrivateAuthenticationBasicFlow build()
public ProviderPrivateAuthenticationBasicFlow.Builder password(ProviderAuthenticationTypeAndValue password)
password
- the passwordCopyright © 2024 IBM Cloud. All rights reserved.