public abstract class UserAuth extends Object
Modifier and Type | Field and Description |
---|---|
protected Buffer |
buf |
protected Packet |
packet |
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 |
protected String |
username |
Constructor and Description |
---|
UserAuth() |
protected static final int SSH_MSG_USERAUTH_REQUEST
protected static final int SSH_MSG_USERAUTH_FAILURE
protected static final int SSH_MSG_USERAUTH_SUCCESS
protected static final int SSH_MSG_USERAUTH_BANNER
protected static final int SSH_MSG_USERAUTH_INFO_REQUEST
protected static final int SSH_MSG_USERAUTH_INFO_RESPONSE
protected static final int SSH_MSG_USERAUTH_PK_OK
protected UserInfo userinfo
protected Packet packet
protected Buffer buf
protected String username
Copyright © 2018 JCraft,Inc.. All rights reserved.