Uses of Interface
org.mandas.docker.client.auth.RegistryAuthSupplier
Packages that use RegistryAuthSupplier
Package
Description
Support for authenticating with Google Container Registry.
-
Uses of RegistryAuthSupplier in org.mandas.docker.client
Constructors in org.mandas.docker.client with parameters of type RegistryAuthSupplierModifierConstructorDescriptionDefaultDockerClient(String apiVersion, RegistryAuthSupplier authSupplier, URI uri, jakarta.ws.rs.client.Client client, jakarta.ws.rs.client.Client notimeoutClient, Map<String, Object> headers) Create a new client using the configuration of the builder. -
Uses of RegistryAuthSupplier in org.mandas.docker.client.auth
Classes in org.mandas.docker.client.auth that implement RegistryAuthSupplierModifier and TypeClassDescriptionclassRegistryAuthSupplier that returns data from the docker-cli config file.classWraps a RegistryAuth with the RegistryAuthSupplier interface.classA RegistryAuthSupplier that combines authentication info from multiple RegistryAuthSupplier instances.Constructor parameters in org.mandas.docker.client.auth with type arguments of type RegistryAuthSupplier -
Uses of RegistryAuthSupplier in org.mandas.docker.client.auth.gcr
Classes in org.mandas.docker.client.auth.gcr that implement RegistryAuthSupplierModifier and TypeClassDescriptionclassA RegistryAuthSupplier for getting access tokens from a Google Cloud Platform service or user account. -
Uses of RegistryAuthSupplier in org.mandas.docker.client.builder
Fields in org.mandas.docker.client.builder declared as RegistryAuthSupplierModifier and TypeFieldDescriptionprotected RegistryAuthSupplierBaseDockerClientBuilder.registryAuthSupplierMethods in org.mandas.docker.client.builder with parameters of type RegistryAuthSupplierModifier and TypeMethodDescriptionBaseDockerClientBuilder.registryAuthSupplier(RegistryAuthSupplier registryAuthSupplier) DockerClientBuilder.registryAuthSupplier(RegistryAuthSupplier registryAuthSupplier)