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 RegistryAuthSupplierDefaultDockerClient.Builder. registryAuthSupplierprivate RegistryAuthSupplierDefaultDockerClient. registryAuthSupplierMethods in com.spotify.docker.client with parameters of type RegistryAuthSupplier Modifier and Type Method Description DefaultDockerClient.BuilderDefaultDockerClient.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 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.Fields in com.spotify.docker.client.auth with type parameters of type RegistryAuthSupplier Modifier and Type Field Description private java.util.List<RegistryAuthSupplier>MultiRegistryAuthSupplier. suppliersConstructor parameters in com.spotify.docker.client.auth with type arguments of type RegistryAuthSupplier Constructor Description MultiRegistryAuthSupplier(java.util.List<RegistryAuthSupplier> suppliers)
-