public class DockerServerCredentials
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
DockerServerEndpoint,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
DockerServerCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorcom.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider| Constructor and Description |
|---|
DockerServerCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String clientKey,
String clientCertificate,
String serverCaCertificate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientCertificate()
Gets the PEM formatted client certificate.
|
String |
getClientKey()
Gets the PEM formatted secret key to identify the client.
|
String |
getServerCaCertificate()
Gets the PEM formatted server certificate.
|
equals, getDescription, getId, hashCodegetDescriptor, getScope@CheckForNull public String getClientKey()
--tlskey option in docker(1)@CheckForNull public String getClientCertificate()
--tlscert option in docker(1).@CheckForNull public String getServerCaCertificate()
--tlscacert option in docker(1).Copyright © 2004-2015. All Rights Reserved.