Interface StandardCertificateCredentials
- All Superinterfaces:
CertificateCredentials
,Credentials
,Describable<Credentials>
,ExtensionPoint
,IdCredentials
,PasswordCredentials
,Serializable
,StandardCredentials
- All Known Implementing Classes:
CertificateCredentialsImpl
@Recommended(since="1.7")
@NameWith(value=NameProvider.class,
priority=8)
public interface StandardCertificateCredentials
extends StandardCredentials, CertificateCredentials
Credentials that have an ID, description, keystore and password, for example client certificates for SSL.
- Since:
- 1.7
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
Our name provider.Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
IdCredentials.Helpers
-
Method Summary
Methods inherited from interface com.cloudbees.plugins.credentials.common.CertificateCredentials
getKeyStore
Methods inherited from interface com.cloudbees.plugins.credentials.Credentials
forRun, getDescriptor, getScope
Methods inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials
getId
Methods inherited from interface com.cloudbees.plugins.credentials.common.PasswordCredentials
getPassword
Methods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials
getDescription