public class SSHAuthenticationType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SSHAuthenticationType |
KEYBOARD_INTERACTIVE |
static SSHAuthenticationType |
PASSWORD |
static SSHAuthenticationType |
PUBLIC_KEY |
static SSHAuthenticationType |
PUBLIC_KEY_AND_PASSWORD |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public static SSHAuthenticationType PASSWORD
public static SSHAuthenticationType PUBLIC_KEY
public static SSHAuthenticationType KEYBOARD_INTERACTIVE
public static SSHAuthenticationType PUBLIC_KEY_AND_PASSWORD
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.