Package | Description |
---|---|
com.cloudbees.plugins.credentials.impl |
Modifier and Type | Class and Description |
---|---|
static class |
CertificateCredentialsImpl.FileOnMasterKeyStoreSource
Let the user reference a file on the disk.
|
static class |
CertificateCredentialsImpl.UploadedKeyStoreSource
Let the user reference a file on the disk.
|
Modifier and Type | Method and Description |
---|---|
CertificateCredentialsImpl.KeyStoreSource |
CertificateCredentialsImpl.getKeyStoreSource() |
Modifier and Type | Method and Description |
---|---|
hudson.DescriptorExtensionList<CertificateCredentialsImpl.KeyStoreSource,hudson.model.Descriptor<CertificateCredentialsImpl.KeyStoreSource>> |
CertificateCredentialsImpl.DescriptorImpl.getKeyStoreSources() |
hudson.DescriptorExtensionList<CertificateCredentialsImpl.KeyStoreSource,hudson.model.Descriptor<CertificateCredentialsImpl.KeyStoreSource>> |
CertificateCredentialsImpl.DescriptorImpl.getKeyStoreSources() |
Constructor and Description |
---|
CertificateCredentialsImpl(CredentialsScope scope,
String id,
String description,
String password,
CertificateCredentialsImpl.KeyStoreSource keyStoreSource) |
Constructor and Description |
---|
KeyStoreSourceDescriptor(Class<? extends CertificateCredentialsImpl.KeyStoreSource> clazz) |
Copyright © 2016. All rights reserved.