Package com.jcraft.jsch
Class UserAuthNone
java.lang.Object
com.jcraft.jsch.UserAuth
com.jcraft.jsch.UserAuthNone
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final int
protected static final int
Fields inherited from class com.jcraft.jsch.UserAuth
buf, packet, SSH_MSG_USERAUTH_BANNER, SSH_MSG_USERAUTH_FAILURE, SSH_MSG_USERAUTH_INFO_REQUEST, SSH_MSG_USERAUTH_INFO_RESPONSE, SSH_MSG_USERAUTH_PK_OK, SSH_MSG_USERAUTH_REQUEST, SSH_MSG_USERAUTH_SUCCESS, userinfo, username
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected void
setMethods
(String methods) boolean
-
Field Details
-
SSH_MSG_SERVICE_REQUEST
protected static final int SSH_MSG_SERVICE_REQUEST- See Also:
-
SSH_MSG_SERVICE_ACCEPT
protected static final int SSH_MSG_SERVICE_ACCEPT- See Also:
-
-
Constructor Details
-
UserAuthNone
public UserAuthNone()
-
-
Method Details