|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jscape.inet.ssh.transport.Message
com.jscape.inet.ssh.authentication.messages.SshMsgUserauthFailure
public final class SshMsgUserauthFailure
Represents SSH_MSG_USERAUTH_FAILURE type of SSH2 protocol messages.
Field Summary | |
---|---|
static int |
TYPE
Field TYPE |
Constructor Summary | |
---|---|
SshMsgUserauthFailure(java.lang.String[] authenticationList,
boolean partialSuccess)
Creates message giving corresponded attributes. |
Method Summary | |
---|---|
java.lang.String[] |
getAuthenticationList()
Returns list of acceptable authentication methods. |
boolean |
partialSuccess()
Returns partial success flag. |
static SshMsgUserauthFailure |
readFrom(java.io.InputStream in)
|
java.lang.String |
toString()
Returns the string representation of this message. |
void |
writeTo(java.io.OutputStream out)
|
Methods inherited from class com.jscape.inet.ssh.transport.Message |
---|
getId, getType, readFrom, readFrom, setId, writeTo |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int TYPE
Constructor Detail |
---|
public SshMsgUserauthFailure(java.lang.String[] authenticationList, boolean partialSuccess)
authenticationList
- list of acceptable authentication methods.partialSuccess
- partial success flag.Method Detail |
---|
public static SshMsgUserauthFailure readFrom(java.io.InputStream in) throws java.io.IOException
in
-
java.io.IOException
public java.lang.String[] getAuthenticationList()
public boolean partialSuccess()
public void writeTo(java.io.OutputStream out) throws java.io.IOException
writeTo
in class Message
out
-
java.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
|
Secure iNet Factory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |