Interface VaultSSHUserPrivateKey

All Superinterfaces:
com.cloudbees.plugins.credentials.Credentials, Describable<com.cloudbees.plugins.credentials.Credentials>, ExtensionPoint, com.cloudbees.plugins.credentials.common.IdCredentials, Serializable, com.cloudbees.jenkins.plugins.sshcredentials.SSHUser, com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey, com.cloudbees.plugins.credentials.common.StandardCredentials, com.cloudbees.plugins.credentials.common.StandardUsernameCredentials, com.cloudbees.plugins.credentials.common.UsernameCredentials
All Known Implementing Classes:
VaultSSHUserPrivateKeyImpl

@NameWith(value=NameProvider.class, priority=32) public interface VaultSSHUserPrivateKey extends com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     

    Nested classes/interfaces inherited from interface hudson.ExtensionPoint

    ExtensionPoint.LegacyInstancesAreScopedToHudson

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

    com.cloudbees.plugins.credentials.common.IdCredentials.Helpers
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.cloudbees.plugins.credentials.Credentials

    getDescriptor, getScope

    Methods inherited from interface com.cloudbees.plugins.credentials.common.IdCredentials

    getId

    Methods inherited from interface com.cloudbees.jenkins.plugins.sshcredentials.SSHUserPrivateKey

    getPassphrase, getPrivateKey, getPrivateKeys

    Methods inherited from interface com.cloudbees.plugins.credentials.common.StandardCredentials

    getDescription

    Methods inherited from interface com.cloudbees.plugins.credentials.common.UsernameCredentials

    getUsername, isUsernameSecret
  • Method Details

    • getDisplayName

      String getDisplayName()