com.jcraft.jsch.UserAuthKeyboardInteractive Class Reference

Inheritance diagram for com.jcraft.jsch.UserAuthKeyboardInteractive:
Inheritance graph
[legend]
Collaboration diagram for com.jcraft.jsch.UserAuthKeyboardInteractive:
Collaboration graph
[legend]

List of all members.

Public Member Functions

boolean start (Session session) throws Exception

Protected Attributes

UserInfo userinfo
Packet packet
Buffer buf
String username

Static Protected Attributes

static final int SSH_MSG_USERAUTH_REQUEST = 50
static final int SSH_MSG_USERAUTH_FAILURE = 51
static final int SSH_MSG_USERAUTH_SUCCESS = 52
static final int SSH_MSG_USERAUTH_BANNER = 53
static final int SSH_MSG_USERAUTH_INFO_REQUEST = 60
static final int SSH_MSG_USERAUTH_INFO_RESPONSE = 61
static final int SSH_MSG_USERAUTH_PK_OK = 60

Detailed Description

Definition at line 32 of file UserAuthKeyboardInteractive.java.


Member Function Documentation

boolean com.jcraft.jsch.UserAuthKeyboardInteractive.start ( Session  session  )  throws Exception

Member Data Documentation

Buffer com.jcraft.jsch.UserAuth.buf [protected, inherited]
Packet com.jcraft.jsch.UserAuth.packet [protected, inherited]
final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_BANNER = 53 [static, protected, inherited]
final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_FAILURE = 51 [static, protected, inherited]
final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_INFO_REQUEST = 60 [static, protected, inherited]

Definition at line 47 of file UserAuth.java.

Referenced by com.jcraft.jsch.UserAuthKeyboardInteractive.start().

final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_INFO_RESPONSE = 61 [static, protected, inherited]

Definition at line 48 of file UserAuth.java.

Referenced by com.jcraft.jsch.UserAuthKeyboardInteractive.start().

final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_PK_OK = 60 [static, protected, inherited]

Definition at line 49 of file UserAuth.java.

Referenced by com.jcraft.jsch.UserAuthPublicKey.start().

final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_REQUEST = 50 [static, protected, inherited]
final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_SUCCESS = 52 [static, protected, inherited]
String com.jcraft.jsch.UserAuth.username [protected, inherited]

The documentation for this class was generated from the following file:

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1