public class CertificateCredentialsImpl extends BaseStandardCredentials implements StandardCertificateCredentials
| Modifier and Type | Class and Description |
|---|---|
static class |
CertificateCredentialsImpl.CredentialsSnapshotTakerImpl |
static class |
CertificateCredentialsImpl.DescriptorImpl |
static class |
CertificateCredentialsImpl.FileOnMasterKeyStoreSource
Let the user reference a file on the disk.
|
static class |
CertificateCredentialsImpl.KeyStoreSource |
static class |
CertificateCredentialsImpl.KeyStoreSourceDescriptor |
static class |
CertificateCredentialsImpl.UploadedKeyStoreSource
Let the user reference a file on the disk.
|
BaseStandardCredentials.BaseStandardCredentialsDescriptorStandardCertificateCredentials.NameProviderIdCredentials.Helpers| Constructor and Description |
|---|
CertificateCredentialsImpl(CredentialsScope scope,
String id,
String description,
String password,
CertificateCredentialsImpl.KeyStoreSource keyStoreSource) |
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
getKeyStore() |
CertificateCredentialsImpl.KeyStoreSource |
getKeyStoreSource() |
hudson.util.Secret |
getPassword()
Returns the Password.
|
boolean |
isPasswordEmpty() |
equals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDescriptiongetId@DataBoundConstructor
public CertificateCredentialsImpl(@CheckForNull
CredentialsScope scope,
@CheckForNull
String id,
@CheckForNull
String description,
@CheckForNull
String password,
@NonNull
CertificateCredentialsImpl.KeyStoreSource keyStoreSource)
@NonNull public KeyStore getKeyStore()
getKeyStore in interface CertificateCredentials@NonNull public hudson.util.Secret getPassword()
PasswordCredentialsgetPassword in interface PasswordCredentialspublic boolean isPasswordEmpty()
public CertificateCredentialsImpl.KeyStoreSource getKeyStoreSource()
Copyright © 2004-2015. All Rights Reserved.