Uses of Interface
com.spotify.docker.client.DockerCertificatesStore
Packages that use DockerCertificatesStore
-
Uses of DockerCertificatesStore in com.spotify.docker.client
Classes in com.spotify.docker.client that implement DockerCertificatesStoreModifier and TypeClassDescriptionclass
DockerCertificates holds certificates for connecting to an HTTPS-secured Docker instance with client/server authentication.Fields in com.spotify.docker.client declared as DockerCertificatesStoreModifier and TypeFieldDescriptionprivate DockerCertificatesStore
DefaultDockerClient.Builder.dockerCertificatesStore
Methods in com.spotify.docker.client that return DockerCertificatesStoreMethods in com.spotify.docker.client that return types with arguments of type DockerCertificatesStoreModifier and TypeMethodDescriptioncom.google.common.base.Optional
<DockerCertificatesStore> DockerCertificates.Builder.build()
Methods in com.spotify.docker.client with parameters of type DockerCertificatesStoreModifier and TypeMethodDescriptionDefaultDockerClient.Builder.dockerCertificates
(DockerCertificatesStore dockerCertificatesStore) Provide certificates to secure the connection to Docker.Constructors in com.spotify.docker.client with parameters of type DockerCertificatesStoreModifierConstructorDescriptionDefaultDockerClient
(URI uri, DockerCertificatesStore dockerCertificatesStore) Create a new client with default configuration.