Uses of Interface
org.mandas.docker.client.messages.RegistryAuth
-
Packages that use RegistryAuth Package Description org.mandas.docker.client org.mandas.docker.client.auth org.mandas.docker.client.auth.gcr Support for authenticating with Google Container Registry.org.mandas.docker.client.messages -
-
Uses of RegistryAuth in org.mandas.docker.client
Methods in org.mandas.docker.client that return RegistryAuth Modifier and Type Method Description RegistryAuthDockerConfigReader. anyRegistryAuth()Return a single RegistryAuth from the default config file.RegistryAuthDockerConfigReader. authForRegistry(Path configPath, String registry)GenerateRegistryAuthfor the registry.Methods in org.mandas.docker.client that return types with arguments of type RegistryAuth Modifier and Type Method Description Map<String,RegistryAuth>DockerConfig. auths()Methods in org.mandas.docker.client with parameters of type RegistryAuth Modifier and Type Method Description intDefaultDockerClient. auth(RegistryAuth registryAuth)intDockerClient. auth(RegistryAuth registryAuth)Check auth configuration.ServiceCreateResponseDefaultDockerClient. createService(ServiceSpec spec, RegistryAuth config)ServiceCreateResponseDockerClient. 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)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 org.mandas.docker.client.auth
Methods in org.mandas.docker.client.auth that return RegistryAuth Modifier and Type Method Description RegistryAuthConfigFileRegistryAuthSupplier. authFor(String imageName)RegistryAuthFixedRegistryAuthSupplier. authFor(String imageName)RegistryAuthMultiRegistryAuthSupplier. authFor(String imageName)RegistryAuthRegistryAuthSupplier. authFor(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 org.mandas.docker.client.auth with parameters of type RegistryAuth Constructor Description FixedRegistryAuthSupplier(RegistryAuth registryAuth, RegistryConfigs configsForBuild) -
Uses of RegistryAuth in org.mandas.docker.client.auth.gcr
Methods in org.mandas.docker.client.auth.gcr that return RegistryAuth Modifier and Type Method Description RegistryAuthContainerRegistryAuthSupplier. authFor(String imageName)RegistryAuthContainerRegistryAuthSupplier. authForSwarm() -
Uses of RegistryAuth in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return RegistryAuth Modifier and Type Method Description RegistryAuthRegistryAuth.Builder. build()static RegistryAuthRegistryAuth. create(String username, String password, String email, String serveraddress, String identitytoken, String auth)default RegistryAuthDockerCredentialHelperAuth. toRegistryAuth()Methods in org.mandas.docker.client.messages that return types with arguments of type RegistryAuth Modifier and Type Method Description Map<String,RegistryAuth>RegistryConfigs. configs()Methods in org.mandas.docker.client.messages with parameters of type RegistryAuth Modifier and Type Method Description RegistryConfigs.BuilderRegistryConfigs.Builder. addConfig(String server, RegistryAuth registryAuth)Method parameters in org.mandas.docker.client.messages with type arguments of type RegistryAuth Modifier and Type Method Description RegistryConfigs.BuilderRegistryConfigs.Builder. configs(Map<String,? extends RegistryAuth> configs)static RegistryConfigsRegistryConfigs. create(Map<String,RegistryAuth> configs)
-