|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SshAuthentication | |
com.maverick.ssh | This package contains a set of general interface contracts for SSH communication that provide the core set of functionality available in both the SSH1 and SSH2 protocol specifications. |
com.maverick.ssh1 | This package contains an SSH1 implementation of the com.maverick.ssh interfaces. |
com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
Uses of SshAuthentication in com.maverick.ssh |
Classes in com.maverick.ssh that implement SshAuthentication | |
class |
PasswordAuthentication
Basic password authentication class used for SSH password authentication. |
class |
PublicKeyAuthentication
Public key based authentication implementation. |
Methods in com.maverick.ssh with parameters of type SshAuthentication | |
int |
SshClient.authenticate(SshAuthentication auth)
Authenticate the user. |
Uses of SshAuthentication in com.maverick.ssh1 |
Classes in com.maverick.ssh1 that implement SshAuthentication | |
class |
Ssh1ChallengeResponseAuthentication
Adds support for SSH1 challenge response authentication. |
class |
Ssh1RhostsRsaAuthentication
Provides rhosts rsa authentication for the SSH1 protocol. |
Methods in com.maverick.ssh1 with parameters of type SshAuthentication | |
int |
Ssh1Client.authenticate(SshAuthentication auth)
|
Uses of SshAuthentication in com.maverick.ssh2 |
Subinterfaces of SshAuthentication in com.maverick.ssh2 | |
interface |
AuthenticationClient
Base interface for all SSH authentication mechanisms. |
Classes in com.maverick.ssh2 that implement SshAuthentication | |
class |
KBIAuthentication
keyboard-interactive authentication implementation as specified in draft-ietf-secsh-auth-kbdinteract-04.txt. |
class |
Ssh2HostbasedAuthentication
Provides hostbased authentication for the SSH2 protocol. |
class |
Ssh2PasswordAuthentication
Implements Password authentication as defined in the SSH Authenticaiton Protocol. |
class |
Ssh2PublicKeyAuthentication
SSH2 public key authentication providing additional SSH2 public key authentication features. |
Methods in com.maverick.ssh2 with parameters of type SshAuthentication | |
int |
Ssh2Client.authenticate(SshAuthentication auth)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |