Uses of Interface
com.spotify.docker.client.auth.RegistryAuthSupplier
Packages that use RegistryAuthSupplier
-
Uses of RegistryAuthSupplier in com.spotify.docker.client
Fields in com.spotify.docker.client declared as RegistryAuthSupplierModifier and TypeFieldDescriptionprivate RegistryAuthSupplierDefaultDockerClient.Builder.registryAuthSupplierprivate final RegistryAuthSupplierDefaultDockerClient.registryAuthSupplierMethods in com.spotify.docker.client with parameters of type RegistryAuthSupplierModifier and TypeMethodDescriptionDefaultDockerClient.Builder.registryAuthSupplier(RegistryAuthSupplier registryAuthSupplier) -
Uses of RegistryAuthSupplier in com.spotify.docker.client.auth
Classes in com.spotify.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.Fields in com.spotify.docker.client.auth with type parameters of type RegistryAuthSupplierModifier and TypeFieldDescriptionprivate final List<RegistryAuthSupplier> MultiRegistryAuthSupplier.suppliersConstructor parameters in com.spotify.docker.client.auth with type arguments of type RegistryAuthSupplier