Uses of Interface
org.mandas.docker.client.DockerCertificatesStore
Packages that use DockerCertificatesStore
-
Uses of DockerCertificatesStore in org.mandas.docker.client
Classes in org.mandas.docker.client that implement DockerCertificatesStoreModifier and TypeClassDescriptionclassDockerCertificates 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 -
Uses of DockerCertificatesStore in org.mandas.docker.client.builder
Fields in org.mandas.docker.client.builder declared as DockerCertificatesStoreModifier and TypeFieldDescriptionprotected DockerCertificatesStoreBaseDockerClientBuilder.dockerCertificatesStoreMethods in org.mandas.docker.client.builder with parameters of type DockerCertificatesStoreModifier and TypeMethodDescriptionBaseDockerClientBuilder.dockerCertificates(DockerCertificatesStore dockerCertificatesStore) DockerClientBuilder.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)