| Type | Name and description |
|---|---|
java.lang.Boolean |
agentUse agent flag. |
java.util.List<java.lang.String> |
authenticationsAuthentication methods. |
java.lang.Object |
identityIdentity key file for public-key authentication. |
java.lang.String |
passphrasePass-phrase for the identity key. |
java.lang.String |
passwordPassword. |
java.lang.String |
userRemote user. |
| Type | Name and description |
|---|---|
java.lang.Object |
plus__passphrase(UserAuthenticationSettings prior) |
java.lang.Object |
toString__identity()toString() formatter to hide credential. |
java.lang.Object |
toString__passphrase()Hides credential from result of toString(). |
java.lang.Object |
toString__password()Hides credential from result of toString(). |
Use agent flag.
If true, Putty Agent or ssh-agent will be used to authenticate.
Authentication methods.
Identity key file for public-key authentication. This must be a java.io.File, java.lang.String or null. Leave as null if the public key authentication is not needed.
Pass-phrase for the identity key. This may be null.
Password. Leave as null if the password authentication is not needed.
Remote user.
toString() formatter to hide credential.
Hides credential from result of toString().
Hides credential from result of toString().