Class BaseSecretCredentials

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      protected static class  BaseSecretCredentials.DescriptorImpl  
      • Nested classes/interfaces inherited from class com.cloudbees.plugins.credentials.impl.BaseStandardCredentials

        com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptor
      • Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials

        com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
      • Nested classes/interfaces inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials

        com.cloudbees.plugins.credentials.common.StandardCredentials.NameProvider
    • Constructor Detail

      • BaseSecretCredentials

        public BaseSecretCredentials​(com.cloudbees.plugins.credentials.CredentialsScope scope,
                                     String id,
                                     String description,
                                     String credentialId,
                                     String secretIdentifier)
    • Method Detail

      • getCredentialId

        public String getCredentialId()
      • getSecretIdentifier

        public String getSecretIdentifier()
      • getKeyVaultSecret

        protected com.azure.security.keyvault.secrets.models.KeyVaultSecret getKeyVaultSecret()