Uses of Interface
org.mandas.docker.client.messages.RegistryAuth
Packages that use RegistryAuth
Package
Description
Support for authenticating with Google Container Registry.
-
Uses of RegistryAuth in org.mandas.docker.client
Methods in org.mandas.docker.client that return RegistryAuthModifier and TypeMethodDescriptionDockerConfigReader.anyRegistryAuth()Return a single RegistryAuth from the default config file.DockerConfigReader.authForRegistry(Path configPath, String registry) GenerateRegistryAuthfor the registry.Methods in org.mandas.docker.client that return types with arguments of type RegistryAuthMethods in org.mandas.docker.client with parameters of type RegistryAuthModifier and TypeMethodDescriptionintDefaultDockerClient.auth(RegistryAuth registryAuth) intDockerClient.auth(RegistryAuth registryAuth) Check auth configuration.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) 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 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 org.mandas.docker.client.auth with parameters of type RegistryAuthModifierConstructorDescriptionFixedRegistryAuthSupplier(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 -
Uses of RegistryAuth in org.mandas.docker.client.messages
Methods in org.mandas.docker.client.messages that return RegistryAuthModifier and TypeMethodDescriptionRegistryAuth.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 RegistryAuthMethods in org.mandas.docker.client.messages with parameters of type RegistryAuthModifier and TypeMethodDescriptionRegistryConfigs.Builder.addConfig(String server, RegistryAuth registryAuth) Method parameters in org.mandas.docker.client.messages with type arguments of type RegistryAuthModifier and TypeMethodDescriptionRegistryConfigs.Builder.configs(Map<String, ? extends RegistryAuth> configs) static RegistryConfigsRegistryConfigs.create(Map<String, RegistryAuth> configs)