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.BaseStandardCredentialsDescriptor
StandardCertificateCredentials.NameProvider
IdCredentials.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, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDescription
getId
@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()
PasswordCredentials
getPassword
in interface PasswordCredentials
public boolean isPasswordEmpty()
public CertificateCredentialsImpl.KeyStoreSource getKeyStoreSource()
Copyright © 2016. All rights reserved.