UsernamePasswordCredentialsImpl@ResolveWith(value=BasicSSHUserPassword.ResolverImpl.class) @Deprecated public class BasicSSHUserPassword extends BaseSSHUser implements SSHUserPassword
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicSSHUserPassword.ResolverImpl
Deprecated.
Resolve credentials for legacy code.
|
com.cloudbees.plugins.credentials.impl.BaseStandardCredentials.BaseStandardCredentialsDescriptorusername| Constructor and Description |
|---|
BasicSSHUserPassword(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String username,
String password,
String description)
Deprecated.
Constructor for stapler.
|
| Modifier and Type | Method and Description |
|---|---|
hudson.util.Secret |
getPassword()
Deprecated.
|
getUsernameequals, getDescription, getId, hashCodegetDescriptor, getScopeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic BasicSSHUserPassword(com.cloudbees.plugins.credentials.CredentialsScope scope,
String id,
String username,
String password,
String description)
scope - the credentials scopeid - username - the username.password - the password.description - the description.Copyright © 2016. All rights reserved.