Package com.jcraft.jsch
Class UserAuth
- java.lang.Object
-
- com.jcraft.jsch.UserAuth
-
- Direct Known Subclasses:
UserAuthGSSAPIWithMIC
,UserAuthKeyboardInteractive
,UserAuthNone
,UserAuthPassword
,UserAuthPublicKey
public abstract class UserAuth extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field 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 java.lang.String
username
-
Constructor Summary
Constructors Constructor Description UserAuth()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
start(Session session)
-
-
-
Field Detail
-
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
protected UserInfo userinfo
-
packet
protected Packet packet
-
buf
protected Buffer buf
-
username
protected java.lang.String username
-
-
Method Detail
-
start
public boolean start(Session session) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-