Uses of Interface
org.mandas.docker.client.auth.RegistryAuthSupplier
-
Packages that use RegistryAuthSupplier 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.builder -
-
Uses of RegistryAuthSupplier in org.mandas.docker.client
Constructors in org.mandas.docker.client with parameters of type RegistryAuthSupplier Constructor Description DefaultDockerClient(String apiVersion, RegistryAuthSupplier authSupplier, URI uri, javax.ws.rs.client.Client client, javax.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 RegistryAuthSupplier Modifier and Type Class Description classConfigFileRegistryAuthSupplierRegistryAuthSupplier that returns data from the docker-cli config file.classFixedRegistryAuthSupplierWraps a RegistryAuth with the RegistryAuthSupplier interface.classMultiRegistryAuthSupplierA RegistryAuthSupplier that combines authentication info from multiple RegistryAuthSupplier instances.Constructor parameters in org.mandas.docker.client.auth with type arguments of type RegistryAuthSupplier Constructor Description MultiRegistryAuthSupplier(List<RegistryAuthSupplier> suppliers) -
Uses of RegistryAuthSupplier in org.mandas.docker.client.auth.gcr
Classes in org.mandas.docker.client.auth.gcr that implement RegistryAuthSupplier Modifier and Type Class Description classContainerRegistryAuthSupplierA 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 RegistryAuthSupplier Modifier and Type Field Description protected RegistryAuthSupplierBaseDockerClientBuilder. registryAuthSupplierMethods in org.mandas.docker.client.builder with parameters of type RegistryAuthSupplier Modifier and Type Method Description BBaseDockerClientBuilder. registryAuthSupplier(RegistryAuthSupplier registryAuthSupplier)BDockerClientBuilder. registryAuthSupplier(RegistryAuthSupplier registryAuthSupplier)
-