Uses of Interface
com.maverick.sshd.AuthenticationMechanism

Packages that use AuthenticationMechanism
com.maverick.sshd This package contains the base implementation of the SSH server. 
 

Uses of AuthenticationMechanism in com.maverick.sshd
 

Classes in com.maverick.sshd that implement AuthenticationMechanism
 class GSSAPIWithMICAuthentication
           
 class KeyboardInteractiveAuthentication
           
 class NoneAuthentication
          This authentication mechanism can be used to send custom banner messages to the client.
 class PasswordAuthentication
          Provides an AuthenticationMechanism that enables the standard SSH password authentication.
 class PublicKeyAuthentication
          Provides an AuthenticationMechanism that enables the public key authentication.
 



Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.