public class SecretCertificateCredentials extends BaseSecretCredentials implements com.cloudbees.plugins.credentials.common.StandardCertificateCredentials
Modifier and Type | Class and Description |
---|---|
static class |
SecretCertificateCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
Constructor and Description |
---|
SecretCertificateCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String servicePrincipalId,
String secretIdentifier,
hudson.util.Secret password) |
Modifier and Type | Method and Description |
---|---|
KeyStore |
getKeyStore() |
hudson.util.Secret |
getPassword() |
getKeyVaultSecret, getSecretIdentifier, getServicePrincipalId
equals, getDescription, getId, hashCode
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
@NonNull public hudson.util.Secret getPassword()
getPassword
in interface com.cloudbees.plugins.credentials.common.PasswordCredentials
@NonNull public KeyStore getKeyStore()
getKeyStore
in interface com.cloudbees.plugins.credentials.common.CertificateCredentials
Copyright © 2016–2018. All rights reserved.