Uses of Class
com.maverick.ssh2.AuthenticationProtocol

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.
 



Copyright © 2003 3SP LTD. All Rights Reserved.