Package com.jcraft.jsch
Class UserAuth
java.lang.Object
com.jcraft.jsch.UserAuth
- Direct Known Subclasses:
UserAuthGSSAPIWithMIC
public abstract class UserAuth
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected Bufferbufprotected Packetpacketprotected static intSSH_MSG_USERAUTH_BANNERprotected static intSSH_MSG_USERAUTH_FAILUREprotected static intSSH_MSG_USERAUTH_INFO_REQUESTprotected static intSSH_MSG_USERAUTH_INFO_RESPONSEprotected static intSSH_MSG_USERAUTH_PK_OKprotected static intSSH_MSG_USERAUTH_REQUESTprotected static intSSH_MSG_USERAUTH_SUCCESSprotected UserInfouserinfoprotected java.lang.Stringusername -
Constructor Summary
Constructors Constructor Description UserAuth() -
Method Summary
-
Field Details
-
SSH_MSG_USERAUTH_REQUEST
protected static final int SSH_MSG_USERAUTH_REQUEST- See Also:
- Constant Field Values
-
SSH_MSG_USERAUTH_FAILURE
protected static final int SSH_MSG_USERAUTH_FAILURE- See Also:
- Constant Field Values
-
SSH_MSG_USERAUTH_SUCCESS
protected static final int SSH_MSG_USERAUTH_SUCCESS- See Also:
- Constant Field Values
-
SSH_MSG_USERAUTH_BANNER
protected static final int SSH_MSG_USERAUTH_BANNER- See Also:
- Constant Field Values
-
SSH_MSG_USERAUTH_INFO_REQUEST
protected static final int SSH_MSG_USERAUTH_INFO_REQUEST- See Also:
- Constant Field Values
-
SSH_MSG_USERAUTH_INFO_RESPONSE
protected static final int SSH_MSG_USERAUTH_INFO_RESPONSE- See Also:
- Constant Field Values
-
SSH_MSG_USERAUTH_PK_OK
protected static final int SSH_MSG_USERAUTH_PK_OK- See Also:
- Constant Field Values
-
userinfo
-
packet
-
buf
-
username
protected java.lang.String username
-
-
Constructor Details
-
UserAuth
public UserAuth()
-
-
Method Details
-
start
- Throws:
java.lang.Exception
-