|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthenticationProtocol | |
com.maverick.ssh2 | This package contains an SSH2 implementation of the com.maverick.ssh interfaces. |
Uses of AuthenticationProtocol in com.maverick.ssh2 |
Methods in com.maverick.ssh2 with parameters of type AuthenticationProtocol | |
void |
Ssh2PublicKeyAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
|
void |
KBIAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
|
void |
Ssh2HostbasedAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
|
void |
AuthenticationClient.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
Perform the authentication according to the specification. |
void |
Ssh2PasswordAuthentication.authenticate(AuthenticationProtocol authentication,
java.lang.String servicename)
Implementaion of the authentication method. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |