public class AuthConfig extends DockerObject implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SERVER_ADDRESS
For backwards compatibility.
|
| Constructor and Description |
|---|
AuthConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuth() |
String |
getEmail() |
String |
getIdentitytoken() |
String |
getPassword() |
String |
getRegistryAddress() |
String |
getRegistrytoken() |
String |
getStackOrchestrator() |
String |
getUsername() |
void |
setStackOrchestrator(String stackOrchestrator) |
AuthConfig |
withAuth(String auth) |
AuthConfig |
withEmail(String email) |
AuthConfig |
withIdentityToken(String identitytoken) |
AuthConfig |
withPassword(String password) |
AuthConfig |
withRegistryAddress(String registryAddress) |
AuthConfig |
withRegistrytoken(String registrytoken) |
AuthConfig |
withUsername(String username) |
getRawValuespublic static final String DEFAULT_SERVER_ADDRESS
public String getUsername()
public AuthConfig withUsername(String username)
public String getPassword()
public AuthConfig withPassword(String password)
public String getEmail()
public AuthConfig withEmail(String email)
public String getRegistryAddress()
public AuthConfig withRegistryAddress(String registryAddress)
public String getAuth()
public AuthConfig withAuth(String auth)
public String getIdentitytoken()
identitytokenpublic AuthConfig withIdentityToken(String identitytoken)
identitytoken@CheckForNull public String getRegistrytoken()
registrytokenpublic AuthConfig withRegistrytoken(String registrytoken)
registrytokenpublic String getStackOrchestrator()
stackOrchestratorpublic void setStackOrchestrator(String stackOrchestrator)
stackOrchestratorCopyright © 2025. All rights reserved.