Package com.jcraft.jsch
Class UserAuth
java.lang.Object
com.jcraft.jsch.UserAuth
- Direct Known Subclasses:
UserAuthGSSAPIWithMIC
,UserAuthKeyboardInteractive
,UserAuthNone
,UserAuthPassword
,UserAuthPublicKey
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SSH_MSG_USERAUTH_REQUEST
protected static final int SSH_MSG_USERAUTH_REQUEST- See Also:
-
SSH_MSG_USERAUTH_FAILURE
protected static final int SSH_MSG_USERAUTH_FAILURE- See Also:
-
SSH_MSG_USERAUTH_SUCCESS
protected static final int SSH_MSG_USERAUTH_SUCCESS- See Also:
-
SSH_MSG_USERAUTH_BANNER
protected static final int SSH_MSG_USERAUTH_BANNER- See Also:
-
SSH_MSG_USERAUTH_INFO_REQUEST
protected static final int SSH_MSG_USERAUTH_INFO_REQUEST- See Also:
-
SSH_MSG_USERAUTH_INFO_RESPONSE
protected static final int SSH_MSG_USERAUTH_INFO_RESPONSE- See Also:
-
SSH_MSG_USERAUTH_PK_OK
protected static final int SSH_MSG_USERAUTH_PK_OK- See Also:
-
userinfo
-
packet
-
buf
-
username
-
-
Constructor Details
-
UserAuth
public UserAuth()
-
-
Method Details
-
start
- Throws:
Exception
-