com.jcraft.jsch

Class UserAuth

Known Direct Subclasses:
UserAuthGSSAPIWithMIC

public abstract class UserAuth
extends java.lang.Object

Field Summary

protected static int
SSH_MSG_USERAUTH_BANNER
protected static int
SSH_MSG_USERAUTH_FAILURE
protected static int
SSH_MSG_USERAUTH_INFO_REQUEST
protected static int
SSH_MSG_USERAUTH_INFO_RESPONSE
protected static int
SSH_MSG_USERAUTH_PK_OK
protected static int
SSH_MSG_USERAUTH_REQUEST
protected static int
SSH_MSG_USERAUTH_SUCCESS
protected UserInfo
userinfo

Method Summary

boolean
start(Session session, UserInfo userinfo)

Field Details

SSH_MSG_USERAUTH_BANNER

protected static final int SSH_MSG_USERAUTH_BANNER
Field Value:
53

SSH_MSG_USERAUTH_FAILURE

protected static final int SSH_MSG_USERAUTH_FAILURE
Field Value:
51

SSH_MSG_USERAUTH_INFO_REQUEST

protected static final int SSH_MSG_USERAUTH_INFO_REQUEST
Field Value:
60

SSH_MSG_USERAUTH_INFO_RESPONSE

protected static final int SSH_MSG_USERAUTH_INFO_RESPONSE
Field Value:
61

SSH_MSG_USERAUTH_PK_OK

protected static final int SSH_MSG_USERAUTH_PK_OK
Field Value:
60

SSH_MSG_USERAUTH_REQUEST

protected static final int SSH_MSG_USERAUTH_REQUEST
Field Value:
50

SSH_MSG_USERAUTH_SUCCESS

protected static final int SSH_MSG_USERAUTH_SUCCESS
Field Value:
52

userinfo

protected UserInfo userinfo

Method Details

start

public boolean start(Session session,
                     UserInfo userinfo)
            throws Exception