Class SecretStringCredentials.DescriptorImpl

java.lang.Object
hudson.model.Descriptor<com.cloudbees.plugins.credentials.Credentials>
com.cloudbees.plugins.credentials.CredentialsDescriptor
com.microsoft.jenkins.keyvault.BaseSecretCredentials.DescriptorImpl
com.microsoft.jenkins.keyvault.SecretStringCredentials.DescriptorImpl
All Implemented Interfaces:
Saveable, Loadable, OnMaster, IconSpec
Enclosing class:
SecretStringCredentials

@Extension public static class SecretStringCredentials.DescriptorImpl extends BaseSecretCredentials.DescriptorImpl
  • Constructor Details

    • DescriptorImpl

      public DescriptorImpl()
  • Method Details

    • getDisplayName

      public String getDisplayName()
      Overrides:
      getDisplayName in class Descriptor<com.cloudbees.plugins.credentials.Credentials>
    • doVerifyConfiguration

      @POST public FormValidation doVerifyConfiguration(@AncestorInPath Item owner, @QueryParameter String servicePrincipalId, @QueryParameter String secretIdentifier)