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 RegistryAuthSupplier
DefaultDockerClient.Builder.registryAuthSupplier
private final RegistryAuthSupplier
DefaultDockerClient.registryAuthSupplier
Methods 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 TypeClassDescriptionclass
RegistryAuthSupplier that returns data from the docker-cli config file.class
Wraps a RegistryAuth with the RegistryAuthSupplier interface.class
A 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.suppliers
Constructor parameters in com.spotify.docker.client.auth with type arguments of type RegistryAuthSupplier