|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sshtools.j2ssh.transport.SshMessage | +--com.sshtools.j2ssh.authentication.SshMsgUserAuthFailure
Constructs the message.
Constructs the message.
Gets the message name for debugging.
Constructs the message from a byte array.
Constructs a byte array containing the message.
Gets the partial success flag.
Field Summary
protected static int
SSH_MSG_USERAUTH_FAILURE
The message id
Constructor Summary
SshMsgUserAuthFailure()
Constructs the message.
SshMsgUserAuthFailure(java.lang.String auths,
boolean partialSuccess)
Constructs the message.
Method Summary
protected void
constructByteArray(ByteArrayWriter baw)
Constructs a byte array containing the message.
protected void
constructMessage(ByteArrayReader bar)
Constructs the message from a byte array.
java.util.List
getAvailableAuthentications()
Gets the available Authentications methods
java.lang.String
getMessageName()
Gets the message name for debugging.
boolean
getPartialSuccess()
Gets the partial success flag.
Methods inherited from class com.sshtools.j2ssh.transport.SshMessage
fromByteArray, getMessageId, toByteArray
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Field Detail
SSH_MSG_USERAUTH_FAILURE
protected static final int SSH_MSG_USERAUTH_FAILURE
Constructor Detail
SshMsgUserAuthFailure
public SshMsgUserAuthFailure(java.lang.String auths,
boolean partialSuccess)
throws InvalidMessageException
auths
- The authentication methods availablepartialSuccess
- True if a partial success
InvalidMessageException
SshMsgUserAuthFailure
public SshMsgUserAuthFailure()
Method Detail
getMessageName
public java.lang.String getMessageName()
getMessageName
in class SshMessage
constructMessage
protected void constructMessage(ByteArrayReader bar)
throws InvalidMessageException
constructMessage
in class SshMessage
bar
- The data being read
InvalidMessageException
constructByteArray
protected void constructByteArray(ByteArrayWriter baw)
throws InvalidMessageException
constructByteArray
in class SshMessage
baw
- The byte
array being written to
InvalidMessageException
- Description of the Exception
getAvailableAuthentications
public java.util.List getAvailableAuthentications()
getPartialSuccess
public boolean getPartialSuccess()
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: NESTED | FIELD | CONSTR | METHOD
DETAIL: FIELD | CONSTR | METHOD
Copyright © 2002 Sshtools.com. All Rights Reserved.