Modifier and Type | Method and Description |
---|---|
AuthConfig |
DockerClient.authConfig() |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
PushImageCmd.getAuthConfig() |
AuthConfig |
PullImageCmd.getAuthConfig() |
AuthConfig |
CreateContainerCmd.getAuthConfig() |
AuthConfig |
AuthCmd.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
PushImageCmd |
PushImageCmd.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmd.withAuthConfig(AuthConfig authConfig) |
CreateContainerCmd |
CreateContainerCmd.withAuthConfig(AuthConfig authConfig)
While using swarm classic, you can provide an optional auth config which will be used to pull images from a private registry,
if the swarm node does not already have the docker image.
|
AuthCmd |
AuthCmd.withAuthConfig(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
AuthConfig.withAuth(java.lang.String auth) |
AuthConfig |
AuthConfig.withEmail(java.lang.String email) |
AuthConfig |
AuthConfig.withPassword(java.lang.String password) |
AuthConfig |
AuthConfig.withRegistryAddress(java.lang.String registryAddress) |
AuthConfig |
AuthConfig.withRegistrytoken(java.lang.String registrytoken) |
AuthConfig |
AuthConfig.withUsername(java.lang.String username) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AuthConfig> |
AuthConfigurations.getConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
AuthConfigurations.addConfig(AuthConfig authConfig) |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
DockerClientImpl.authConfig() |
AuthConfig |
DockerClientConfig.effectiveAuthConfig(java.lang.String imageName) |
AuthConfig |
DefaultDockerClientConfig.effectiveAuthConfig(java.lang.String imageName) |
AuthConfig |
DockerConfigFile.resolveAuthConfig(java.lang.String hostname) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AuthConfig> |
DockerConfigFile.getAuths() |
Modifier and Type | Method and Description |
---|---|
AuthConfig |
PushImageCmdImpl.getAuthConfig() |
AuthConfig |
PullImageCmdImpl.getAuthConfig() |
AuthConfig |
CreateContainerCmdImpl.getAuthConfig() |
AuthConfig |
AuthCmdImpl.getAuthConfig() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AbstrDockerCmd.registryAuth(AuthConfig authConfig) |
PushImageCmd |
PushImageCmdImpl.withAuthConfig(AuthConfig authConfig) |
PullImageCmd |
PullImageCmdImpl.withAuthConfig(AuthConfig authConfig) |
CreateContainerCmd |
CreateContainerCmdImpl.withAuthConfig(AuthConfig authConfig) |
AuthCmd |
AuthCmdImpl.withAuthConfig(AuthConfig authConfig) |
Constructor and Description |
---|
AuthCmdImpl(AuthCmd.Exec exec,
AuthConfig authConfig) |
CreateContainerCmdImpl(CreateContainerCmd.Exec exec,
AuthConfig authConfig,
java.lang.String image) |
PullImageCmdImpl(PullImageCmd.Exec exec,
AuthConfig authConfig,
java.lang.String repository) |
PushImageCmdImpl(PushImageCmd.Exec exec,
AuthConfig authConfig,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AbstrDockerCmdExec.registryAuth(AuthConfig authConfig) |
protected InvocationBuilder |
AbstrDockerCmdExec.resourceWithAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
protected InvocationBuilder |
AbstrDockerCmdExec.resourceWithOptionalAuthConfig(AuthConfig authConfig,
InvocationBuilder request) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
AbstrDockerCmdExec.registryAuth(AuthConfig authConfig) |
protected javax.ws.rs.client.Invocation.Builder |
AbstrDockerCmdExec.resourceWithAuthConfig(AuthConfig authConfig,
javax.ws.rs.client.Invocation.Builder request) |
protected javax.ws.rs.client.Invocation.Builder |
AbstrDockerCmdExec.resourceWithOptionalAuthConfig(AuthConfig authConfig,
javax.ws.rs.client.Invocation.Builder request) |
Copyright © 2018. All Rights Reserved.