public class ImportSourceCredentials extends Object
| Constructor and Description |
|---|
ImportSourceCredentials() |
| Modifier and Type | Method and Description |
|---|---|
String |
password()
Get the password used to authenticate with the source registry.
|
String |
username()
Get the username to authenticate with the source registry.
|
ImportSourceCredentials |
withPassword(String password)
Set the password used to authenticate with the source registry.
|
ImportSourceCredentials |
withUsername(String username)
Set the username to authenticate with the source registry.
|
public String username()
public ImportSourceCredentials withUsername(String username)
username - the username value to setpublic String password()
public ImportSourceCredentials withPassword(String password)
password - the password value to setCopyright © 2019. All rights reserved.