Uses of Class
com.spotify.docker.client.messages.RegistryAuth
-
Packages that use RegistryAuth Package Description com.spotify.docker.client com.spotify.docker.client.auth com.spotify.docker.client.messages -
-
Uses of RegistryAuth in com.spotify.docker.client
Fields in com.spotify.docker.client declared as RegistryAuth Modifier and Type Field Description private RegistryAuthDefaultDockerClient.Builder. registryAuthMethods in com.spotify.docker.client that return RegistryAuth Modifier and Type Method Description RegistryAuthDockerConfigReader. fromConfig(java.nio.file.Path configPath, java.lang.String serverAddress)Returns the RegistryAuth for the config file for the given registry server name.RegistryAuthDockerConfigReader. fromFirstConfig(java.nio.file.Path configPath)Deprecated.do not use - only exists for backwards compatibility.private RegistryAuthDockerConfigReader. parseDockerConfig(java.nio.file.Path configPath, java.lang.String serverAddress)RegistryAuthDefaultDockerClient.Builder. registryAuth()Methods in com.spotify.docker.client with parameters of type RegistryAuth Modifier and Type Method Description intDefaultDockerClient. auth(RegistryAuth registryAuth)intDockerClient. auth(RegistryAuth registryAuth)Check auth configuration.private java.lang.StringDefaultDockerClient. authHeader(RegistryAuth registryAuth)ServiceCreateResponseDefaultDockerClient. createService(ServiceSpec spec, RegistryAuth config)ServiceCreateResponseDockerClient. createService(ServiceSpec spec, RegistryAuth registryAuth)Create a new service.voidDefaultDockerClient. pull(java.lang.String image, RegistryAuth registryAuth)voidDefaultDockerClient. pull(java.lang.String image, RegistryAuth registryAuth, ProgressHandler handler)voidDockerClient. pull(java.lang.String image, RegistryAuth registryAuth)Pull a private docker container image.voidDockerClient. pull(java.lang.String image, RegistryAuth registryAuth, ProgressHandler handler)Pull a private docker container image, using a custom ProgressMessageHandler.voidDefaultDockerClient. push(java.lang.String image, RegistryAuth registryAuth)voidDefaultDockerClient. push(java.lang.String image, ProgressHandler handler, RegistryAuth registryAuth)voidDockerClient. push(java.lang.String image, RegistryAuth registryAuth)voidDockerClient. push(java.lang.String image, ProgressHandler handler, RegistryAuth registryAuth)DefaultDockerClient.BuilderDefaultDockerClient.Builder. registryAuth(RegistryAuth registryAuth)Deprecated.voidDefaultDockerClient. updateService(java.lang.String serviceId, java.lang.Long version, ServiceSpec spec, RegistryAuth config)voidDockerClient. updateService(java.lang.String serviceId, java.lang.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 RegistryAuth Modifier and Type Field Description private RegistryAuthFixedRegistryAuthSupplier. registryAuthMethods in com.spotify.docker.client.auth that return RegistryAuth Modifier and Type Method Description RegistryAuthConfigFileRegistryAuthSupplier. authFor(java.lang.String imageName)RegistryAuthFixedRegistryAuthSupplier. authFor(java.lang.String imageName)RegistryAuthMultiRegistryAuthSupplier. authFor(java.lang.String imageName)RegistryAuthRegistryAuthSupplier. authFor(java.lang.String imageName)Returns a RegistryAuth object that works with a given registry's API [e.g.RegistryAuthConfigFileRegistryAuthSupplier. authForSwarm()RegistryAuthFixedRegistryAuthSupplier. authForSwarm()RegistryAuthMultiRegistryAuthSupplier. authForSwarm()RegistryAuthRegistryAuthSupplier. 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 RegistryAuth Constructor Description FixedRegistryAuthSupplier(RegistryAuth registryAuth, RegistryConfigs configsForBuild) -
Uses of RegistryAuth in com.spotify.docker.client.messages
Subclasses of RegistryAuth in com.spotify.docker.client.messages Modifier and Type Class Description (package private) classAutoValue_RegistryAuthclassRegistryAuthV2Fields in com.spotify.docker.client.messages with type parameters of type RegistryAuth Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,RegistryAuth>AutoValue_RegistryConfigs. configsMethods in com.spotify.docker.client.messages that return RegistryAuth Modifier and Type Method Description RegistryAuthAutoValue_RegistryAuth.Builder. build()abstract RegistryAuthRegistryAuth.Builder. build()static RegistryAuthRegistryAuth. create(java.lang.String username, java.lang.String password, java.lang.String email, java.lang.String serveraddress, java.lang.String identitytoken, java.lang.String auth)Methods in com.spotify.docker.client.messages that return types with arguments of type RegistryAuth Modifier and Type Method Description com.google.common.collect.ImmutableMap<java.lang.String,RegistryAuth>AutoValue_RegistryConfigs. configs()abstract com.google.common.collect.ImmutableMap<java.lang.String,RegistryAuth>RegistryConfigs. configs()Method parameters in com.spotify.docker.client.messages with type arguments of type RegistryAuth Modifier and Type Method Description static RegistryConfigsRegistryConfigs. create(java.util.Map<java.lang.String,RegistryAuth> configs)Constructors in com.spotify.docker.client.messages with parameters of type RegistryAuth Constructor Description Builder(RegistryAuth source)Constructor parameters in com.spotify.docker.client.messages with type arguments of type RegistryAuth Constructor Description AutoValue_RegistryConfigs(com.google.common.collect.ImmutableMap<java.lang.String,RegistryAuth> configs)
-