Uses of Interface
com.spotify.docker.client.DockerCertificatesStore
-
Packages that use DockerCertificatesStore Package Description com.spotify.docker.client -
-
Uses of DockerCertificatesStore in com.spotify.docker.client
Classes in com.spotify.docker.client that implement DockerCertificatesStore Modifier and Type Class Description class
DockerCertificates
DockerCertificates holds certificates for connecting to an HTTPS-secured Docker instance with client/server authentication.Fields in com.spotify.docker.client declared as DockerCertificatesStore Modifier and Type Field Description private DockerCertificatesStore
DefaultDockerClient.Builder. dockerCertificatesStore
Methods in com.spotify.docker.client that return DockerCertificatesStore Modifier and Type Method Description DockerCertificatesStore
DefaultDockerClient.Builder. dockerCertificates()
Methods in com.spotify.docker.client that return types with arguments of type DockerCertificatesStore Modifier and Type Method Description com.google.common.base.Optional<DockerCertificatesStore>
DockerCertificates.Builder. build()
Methods in com.spotify.docker.client with parameters of type DockerCertificatesStore Modifier and Type Method Description DefaultDockerClient.Builder
DefaultDockerClient.Builder. dockerCertificates(DockerCertificatesStore dockerCertificatesStore)
Provide certificates to secure the connection to Docker.Constructors in com.spotify.docker.client with parameters of type DockerCertificatesStore Constructor Description DefaultDockerClient(java.net.URI uri, DockerCertificatesStore dockerCertificatesStore)
Create a new client with default configuration.
-