|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationClient | |
com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
Uses of AuthenticationClient in com.maverick.ssh2 |
Classes in com.maverick.ssh2 that implement AuthenticationClient | |
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 AuthenticationClient | |
int |
AuthenticationProtocol.authenticate(AuthenticationClient auth,
java.lang.String servicename)
Authenticate using the mechanism provided. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |