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.
|
description, id, username| 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 |
|---|---|
boolean |
equals(Object o)
Deprecated.
|
hudson.util.Secret |
getPassword()
Deprecated.
|
int |
hashCode()
Deprecated.
|
getDescription, getId, getUsernamegetDescriptor, 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.@NonNull public hudson.util.Secret getPassword()
getPassword in interface com.cloudbees.plugins.credentials.common.PasswordCredentialspublic int hashCode()
hashCode in class BaseSSHUserpublic boolean equals(Object o)
equals in class BaseSSHUserCopyright © 2004-2013. All Rights Reserved.