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 RegistryAuthDockerConfigReader.parseDockerConfig(Path configPath, String serverAddress) DefaultDockerClient.Builder.registryAuth()Methods in com.spotify.docker.client with parameters of type RegistryAuthModifier and TypeMethodDescriptionintDefaultDockerClient.auth(RegistryAuth registryAuth) intDockerClient.auth(RegistryAuth registryAuth) Check auth configuration.private StringDefaultDockerClient.authHeader(RegistryAuth registryAuth) DefaultDockerClient.createService(ServiceSpec spec, RegistryAuth config) DockerClient.createService(ServiceSpec spec, RegistryAuth registryAuth) Create a new service.voidDefaultDockerClient.pull(String image, RegistryAuth registryAuth) voidDefaultDockerClient.pull(String image, RegistryAuth registryAuth, ProgressHandler handler) voidDockerClient.pull(String image, RegistryAuth registryAuth) Pull a private docker container image.voidDockerClient.pull(String image, RegistryAuth registryAuth, ProgressHandler handler) Pull a private docker container image, using a custom ProgressMessageHandler.voidDefaultDockerClient.push(String image, RegistryAuth registryAuth) voidDefaultDockerClient.push(String image, ProgressHandler handler, RegistryAuth registryAuth) voidDockerClient.push(String image, RegistryAuth registryAuth) voidDockerClient.push(String image, ProgressHandler handler, RegistryAuth registryAuth) DefaultDockerClient.Builder.registryAuth(RegistryAuth registryAuth) Deprecated.voidDefaultDockerClient.updateService(String serviceId, Long version, ServiceSpec spec, RegistryAuth config) voidDockerClient.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 RegistryAuthFixedRegistryAuthSupplier.registryAuthMethods 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 classclassFields in com.spotify.docker.client.messages with type parameters of type RegistryAuthModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableMap<String, RegistryAuth> AutoValue_RegistryConfigs.configsMethods in com.spotify.docker.client.messages that return RegistryAuthModifier and TypeMethodDescriptionAutoValue_RegistryAuth.Builder.build()abstract RegistryAuthRegistryAuth.Builder.build()static RegistryAuthRegistryAuth.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 RegistryConfigsRegistryConfigs.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)