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, getUsername
getDescriptor, getScope
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public 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.PasswordCredentials
public int hashCode()
hashCode
in class BaseSSHUser
public boolean equals(Object o)
equals
in class BaseSSHUser
Copyright © 2016. All rights reserved.