@Deprecated
public class AuthDelegatingDockerClientConfig
extends java.lang.Object
implements com.github.dockerjava.core.DockerClientConfig
DockerClientConfig which overrides how authentication
configuration is obtained. A delegate DockerClientConfig will be called first
to try and obtain auth credentials, but after that RegistryAuthLocator will be
used to try and improve the auth resolution (e.g. using credential helpers).| Constructor and Description |
|---|
AuthDelegatingDockerClientConfig(com.github.dockerjava.core.DockerClientConfig delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
com.github.dockerjava.api.model.AuthConfig |
effectiveAuthConfig(java.lang.String imageName)
Deprecated.
|
com.github.dockerjava.core.RemoteApiVersion |
getApiVersion()
Deprecated.
|
com.github.dockerjava.api.model.AuthConfigurations |
getAuthConfigurations()
Deprecated.
|
java.net.URI |
getDockerHost()
Deprecated.
|
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper()
Deprecated.
|
java.lang.String |
getRegistryEmail()
Deprecated.
|
java.lang.String |
getRegistryPassword()
Deprecated.
|
java.lang.String |
getRegistryUrl()
Deprecated.
|
java.lang.String |
getRegistryUsername()
Deprecated.
|
com.github.dockerjava.core.SSLConfig |
getSSLConfig()
Deprecated.
|
public AuthDelegatingDockerClientConfig(com.github.dockerjava.core.DockerClientConfig delegate)
public com.github.dockerjava.api.model.AuthConfig effectiveAuthConfig(java.lang.String imageName)
effectiveAuthConfig in interface com.github.dockerjava.core.DockerClientConfigpublic java.net.URI getDockerHost()
getDockerHost in interface com.github.dockerjava.core.DockerClientConfigpublic com.github.dockerjava.core.RemoteApiVersion getApiVersion()
getApiVersion in interface com.github.dockerjava.core.DockerClientConfigpublic java.lang.String getRegistryUsername()
getRegistryUsername in interface com.github.dockerjava.core.DockerClientConfigpublic java.lang.String getRegistryPassword()
getRegistryPassword in interface com.github.dockerjava.core.DockerClientConfigpublic java.lang.String getRegistryEmail()
getRegistryEmail in interface com.github.dockerjava.core.DockerClientConfigpublic java.lang.String getRegistryUrl()
getRegistryUrl in interface com.github.dockerjava.core.DockerClientConfigpublic com.github.dockerjava.api.model.AuthConfigurations getAuthConfigurations()
getAuthConfigurations in interface com.github.dockerjava.core.DockerClientConfigpublic com.github.dockerjava.core.SSLConfig getSSLConfig()
getSSLConfig in interface com.github.dockerjava.core.DockerClientConfigpublic com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
getObjectMapper in interface com.github.dockerjava.core.DockerClientConfig