public class BaseSecretCredentials
extends com.cloudbees.plugins.credentials.impl.BaseStandardCredentials
Modifier and Type | Class and Description |
---|---|
protected static class |
BaseSecretCredentials.DescriptorImpl |
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
Constructor and Description |
---|
BaseSecretCredentials(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String description,
String credentialId,
String secretIdentifier) |
Modifier and Type | Method and Description |
---|---|
String |
getCredentialId() |
protected com.azure.security.keyvault.secrets.models.KeyVaultSecret |
getKeyVaultSecret() |
String |
getSecretIdentifier() |
String |
getServicePrincipalId()
Deprecated.
|
equals, getDescription, getId, hashCode
getDescriptor, getScope
@Deprecated public String getServicePrincipalId()
getCredentialId()
public String getCredentialId()
public String getSecretIdentifier()
protected com.azure.security.keyvault.secrets.models.KeyVaultSecret getKeyVaultSecret()
Copyright © 2016–2020. All rights reserved.