Uses of Class
com.spotify.docker.client.messages.RegistryAuth
Packages that use RegistryAuth
Package
Description
-
Uses of RegistryAuth in com.spotify.docker.client
Fields in com.spotify.docker.client declared as RegistryAuthMethods in com.spotify.docker.client that return RegistryAuthModifier and TypeMethodDescriptionDockerConfigReader.fromConfig
(Path configPath, String serverAddress) Returns the RegistryAuth for the config file for the given registry server name.DockerConfigReader.fromFirstConfig
(Path configPath) Deprecated.do not use - only exists for backwards compatibility.private RegistryAuth
DockerConfigReader.parseDockerConfig
(Path configPath, String serverAddress) DefaultDockerClient.Builder.registryAuth()
Methods in com.spotify.docker.client with parameters of type RegistryAuthModifier and TypeMethodDescriptionint
DefaultDockerClient.auth
(RegistryAuth registryAuth) int
DockerClient.auth
(RegistryAuth registryAuth) Check auth configuration.private String
DefaultDockerClient.authHeader
(RegistryAuth registryAuth) DefaultDockerClient.createService
(ServiceSpec spec, RegistryAuth config) DockerClient.createService
(ServiceSpec spec, RegistryAuth registryAuth) Create a new service.void
DefaultDockerClient.pull
(String image, RegistryAuth registryAuth) void
DefaultDockerClient.pull
(String image, RegistryAuth registryAuth, ProgressHandler handler) void
DockerClient.pull
(String image, RegistryAuth registryAuth) Pull a private docker container image.void
DockerClient.pull
(String image, RegistryAuth registryAuth, ProgressHandler handler) Pull a private docker container image, using a custom ProgressMessageHandler.void
DefaultDockerClient.push
(String image, RegistryAuth registryAuth) void
DefaultDockerClient.push
(String image, ProgressHandler handler, RegistryAuth registryAuth) void
DockerClient.push
(String image, RegistryAuth registryAuth) void
DockerClient.push
(String image, ProgressHandler handler, RegistryAuth registryAuth) DefaultDockerClient.Builder.registryAuth
(RegistryAuth registryAuth) Deprecated.void
DefaultDockerClient.updateService
(String serviceId, Long version, ServiceSpec spec, RegistryAuth config) void
DockerClient.updateService
(String serviceId, Long version, ServiceSpec spec, RegistryAuth registryAuth) Update an existing service. -
Uses of RegistryAuth in com.spotify.docker.client.auth
Fields in com.spotify.docker.client.auth declared as RegistryAuthModifier and TypeFieldDescriptionprivate final RegistryAuth
FixedRegistryAuthSupplier.registryAuth
Methods in com.spotify.docker.client.auth that return RegistryAuthModifier and TypeMethodDescriptionReturns a RegistryAuth object that works with a given registry's API [e.g.ConfigFileRegistryAuthSupplier.authForSwarm()
FixedRegistryAuthSupplier.authForSwarm()
MultiRegistryAuthSupplier.authForSwarm()
RegistryAuthSupplier.authForSwarm()
Returns a RegistryAuth object that is valid for a Docker Swarm context [i.e.Constructors in com.spotify.docker.client.auth with parameters of type RegistryAuthModifierConstructorDescriptionFixedRegistryAuthSupplier
(RegistryAuth registryAuth, RegistryConfigs configsForBuild) -
Uses of RegistryAuth in com.spotify.docker.client.messages
Subclasses of RegistryAuth in com.spotify.docker.client.messagesModifier and TypeClassDescription(package private) final class
class
Fields in com.spotify.docker.client.messages with type parameters of type RegistryAuthModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap
<String, RegistryAuth> AutoValue_RegistryConfigs.configs
Methods in com.spotify.docker.client.messages that return RegistryAuthModifier and TypeMethodDescriptionAutoValue_RegistryAuth.Builder.build()
abstract RegistryAuth
RegistryAuth.Builder.build()
static RegistryAuth
RegistryAuth.create
(String username, String password, String email, String serveraddress, String identitytoken, String auth) Methods in com.spotify.docker.client.messages that return types with arguments of type RegistryAuthModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableMap
<String, RegistryAuth> AutoValue_RegistryConfigs.configs()
abstract com.google.common.collect.ImmutableMap
<String, RegistryAuth> RegistryConfigs.configs()
Method parameters in com.spotify.docker.client.messages with type arguments of type RegistryAuthModifier and TypeMethodDescriptionstatic RegistryConfigs
RegistryConfigs.create
(Map<String, RegistryAuth> configs) Constructors in com.spotify.docker.client.messages with parameters of type RegistryAuthConstructor parameters in com.spotify.docker.client.messages with type arguments of type RegistryAuthModifierConstructorDescription(package private)
AutoValue_RegistryConfigs
(com.google.common.collect.ImmutableMap<String, RegistryAuth> configs)