Uses of Interface
com.spotify.docker.client.auth.RegistryAuthSupplier
-
Packages that use RegistryAuthSupplier Package Description com.spotify.docker.client com.spotify.docker.client.auth -
-
Uses of RegistryAuthSupplier in com.spotify.docker.client
Fields in com.spotify.docker.client declared as RegistryAuthSupplier Modifier and Type Field Description private RegistryAuthSupplier
DefaultDockerClient.Builder. registryAuthSupplier
private RegistryAuthSupplier
DefaultDockerClient. registryAuthSupplier
Methods in com.spotify.docker.client with parameters of type RegistryAuthSupplier Modifier and Type Method Description DefaultDockerClient.Builder
DefaultDockerClient.Builder. registryAuthSupplier(RegistryAuthSupplier registryAuthSupplier)
-
Uses of RegistryAuthSupplier in com.spotify.docker.client.auth
Classes in com.spotify.docker.client.auth that implement RegistryAuthSupplier Modifier and Type Class Description class
ConfigFileRegistryAuthSupplier
RegistryAuthSupplier that returns data from the docker-cli config file.class
FixedRegistryAuthSupplier
Wraps a RegistryAuth with the RegistryAuthSupplier interface.class
MultiRegistryAuthSupplier
A RegistryAuthSupplier that combines authentication info from multiple RegistryAuthSupplier instances.Fields in com.spotify.docker.client.auth with type parameters of type RegistryAuthSupplier Modifier and Type Field Description private java.util.List<RegistryAuthSupplier>
MultiRegistryAuthSupplier. suppliers
Constructor parameters in com.spotify.docker.client.auth with type arguments of type RegistryAuthSupplier Constructor Description MultiRegistryAuthSupplier(java.util.List<RegistryAuthSupplier> suppliers)
-