Class SshMsgUserAuthFailure

java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure

public class SshMsgUserAuthFailure extends SshMessage
Version:
$Revision: 1.23 $
Author:
$author$
  • Field Details

    • SSH_MSG_USERAUTH_FAILURE

      protected static final int SSH_MSG_USERAUTH_FAILURE
      See Also:
  • Constructor Details

    • SshMsgUserAuthFailure

      public SshMsgUserAuthFailure()
      Creates a new SshMsgUserAuthFailure object.
    • SshMsgUserAuthFailure

      public SshMsgUserAuthFailure(String auths, boolean partialSuccess) throws InvalidMessageException
      Creates a new SshMsgUserAuthFailure object.
      Parameters:
      auths -
      partialSuccess -
      Throws:
      InvalidMessageException
  • Method Details