| java.lang.Object | ||
| ↳ | net.schmizz.sshj.userauth.method.AbstractAuthMethod | |
| ↳ | net.schmizz.sshj.userauth.method.AuthPassword | |
Implements the password authentication method. Password-change request handling is not currently supported.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pwdf | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.userauth.method.AbstractAuthMethod
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Builds a
SSHPacket containing the fields common to all authentication method. | |||||||||||
Delegate handling of some SSH packet to this object.
| |||||||||||
Returns
true if the associated PasswordFinder tells that we should retry with a new password that
it will supply. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
net.schmizz.sshj.userauth.method.AbstractAuthMethod
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
net.schmizz.sshj.common.SSHPacketHandler
| |||||||||||
From interface
net.schmizz.sshj.userauth.method.AuthMethod
| |||||||||||
Builds a SSHPacket containing the fields common to all authentication method. Method-specific fields can
further be put into this buffer.
| UserAuthException |
|---|
Delegate handling of some SSH packet to this object.
| cmd | The SSH message identifier |
|---|---|
| buf | SSHPacket containing rest of the request |
Returns true if the associated PasswordFinder tells that we should retry with a new password that
it will supply.