Uses of Interface
org.mandas.docker.client.DockerCertificatesStore
-
Packages that use DockerCertificatesStore Package Description org.mandas.docker.client org.mandas.docker.client.builder -
-
Uses of DockerCertificatesStore in org.mandas.docker.client
Classes in org.mandas.docker.client that implement DockerCertificatesStore Modifier and Type Class Description classDockerCertificatesDockerCertificates holds certificates for connecting to an HTTPS-secured Docker instance with client/server authentication.Methods in org.mandas.docker.client that return types with arguments of type DockerCertificatesStore Modifier and Type Method Description Optional<DockerCertificatesStore>DockerCertificates.Builder. build() -
Uses of DockerCertificatesStore in org.mandas.docker.client.builder
Fields in org.mandas.docker.client.builder declared as DockerCertificatesStore Modifier and Type Field Description protected DockerCertificatesStoreBaseDockerClientBuilder. dockerCertificatesStoreMethods in org.mandas.docker.client.builder with parameters of type DockerCertificatesStore Modifier and Type Method Description BBaseDockerClientBuilder. dockerCertificates(DockerCertificatesStore dockerCertificatesStore)BDockerClientBuilder. dockerCertificates(DockerCertificatesStore dockerCertificatesStore)Provide certificates to secure the connection to Docker.protected org.apache.http.config.Registry<org.apache.http.conn.socket.ConnectionSocketFactory>BaseDockerClientBuilder. getSchemeRegistry(URI uri, DockerCertificatesStore certificateStore)
-