com.enterprisedt.net.ftp.ssh
Class SSHAuthenticationType
java.lang.Object
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
|
Method Summary |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.