public class DockerClientConfigDelegate extends Object implements DockerClientConfig
| Constructor and Description |
|---|
DockerClientConfigDelegate(DockerClientConfig original) |
| Modifier and Type | Method and Description |
|---|---|
AuthConfig |
effectiveAuthConfig(String imageName) |
RemoteApiVersion |
getApiVersion() |
AuthConfigurations |
getAuthConfigurations() |
URI |
getDockerHost() |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper() |
String |
getRegistryEmail() |
String |
getRegistryPassword() |
String |
getRegistryUrl() |
String |
getRegistryUsername() |
SSLConfig |
getSSLConfig()
Returns an
SSLConfig when secure connection is configured or null if not. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefaultObjectMapperpublic DockerClientConfigDelegate(DockerClientConfig original)
public URI getDockerHost()
getDockerHost in interface DockerClientConfigpublic RemoteApiVersion getApiVersion()
getApiVersion in interface DockerClientConfigpublic String getRegistryUsername()
getRegistryUsername in interface DockerClientConfigpublic String getRegistryPassword()
getRegistryPassword in interface DockerClientConfigpublic String getRegistryEmail()
getRegistryEmail in interface DockerClientConfigpublic String getRegistryUrl()
getRegistryUrl in interface DockerClientConfigpublic AuthConfig effectiveAuthConfig(String imageName)
effectiveAuthConfig in interface DockerClientConfigpublic AuthConfigurations getAuthConfigurations()
getAuthConfigurations in interface DockerClientConfigpublic SSLConfig getSSLConfig()
DockerClientConfigSSLConfig when secure connection is configured or null if not.getSSLConfig in interface DockerClientConfigpublic com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
getObjectMapper in interface DockerClientConfigCopyright © 2025. All rights reserved.