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.BaseStandardCredentialsDescriptor
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 |
---|---|
hudson.util.Secret |
getPassword()
Deprecated.
|
getUsername
equals, getDescription, getId, hashCode
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.Copyright © 2016. All rights reserved.