com.enterprisedt.net.ftp.ssh
Class SSHAuthenticationType

java.lang.Object
  extended by com.enterprisedt.net.ftp.ssh.SSHAuthenticationType

public class SSHAuthenticationType
extends java.lang.Object

Authentication types that are possible

Version:
$Revision: 1.1 $
Author:
Bruce Blackshaw

Field Summary
static SSHAuthenticationType KEYBOARD_INTERACTIVE
           
static SSHAuthenticationType PASSWORD
           
static SSHAuthenticationType PUBLIC_KEY
           
static SSHAuthenticationType PUBLIC_KEY_AND_PASSWORD
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PASSWORD

public static SSHAuthenticationType PASSWORD

PUBLIC_KEY

public static SSHAuthenticationType PUBLIC_KEY

KEYBOARD_INTERACTIVE

public static SSHAuthenticationType KEYBOARD_INTERACTIVE

PUBLIC_KEY_AND_PASSWORD

public static SSHAuthenticationType PUBLIC_KEY_AND_PASSWORD
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.