Uses of Class
com.cloudbees.jenkins.plugins.sshcredentials.impl.BasicSSHUserPrivateKey.PrivateKeySource
-
Uses of BasicSSHUserPrivateKey.PrivateKeySource in com.cloudbees.jenkins.plugins.sshcredentials.impl
Modifier and TypeClassDescriptionstatic class
Let the user enter the key directly via copy & pastestatic class
Deprecated.static class
Deprecated.This approach has security vulnerability and should be migrated toBasicSSHUserPrivateKey.DirectEntryPrivateKeySource
Modifier and TypeMethodDescriptionDescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,
Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources()
DescriptorExtensionList<BasicSSHUserPrivateKey.PrivateKeySource,
Descriptor<BasicSSHUserPrivateKey.PrivateKeySource>> BasicSSHUserPrivateKey.DescriptorImpl.getPrivateKeySources()
ModifierConstructorDescriptionBasicSSHUserPrivateKey
(com.cloudbees.plugins.credentials.CredentialsScope scope, String id, String username, BasicSSHUserPrivateKey.PrivateKeySource privateKeySource, String passphrase, String description) Constructor for stapler.
BasicSSHUserPrivateKey.DirectEntryPrivateKeySource