com.jcraft.jsch.UserAuth Class Reference

Usually not to be used by applications. More...

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

List of all members.

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

Usually not to be used by applications.

The base class for all User authentication methods supported by this SSH implementation.

The actual method will be negiotiated between client and server, and then we'll look up the implementation class by the configuration option with the choosen method as a name.

Definition at line 42 of file UserAuth.java.


Member Data Documentation

final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_BANNER = 53 [static, protected]
final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_FAILURE = 51 [static, protected]
final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_INFO_REQUEST = 60 [static, protected]

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]

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]

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]
final int com.jcraft.jsch.UserAuth.SSH_MSG_USERAUTH_SUCCESS = 52 [static, protected]

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

Generated on 5 May 2015 for HPCVIEWER by  doxygen 1.6.1