ch.ethz.ssh2.packets
Class PacketUserauthFailure

java.lang.Object
  extended by ch.ethz.ssh2.packets.PacketUserauthFailure

public class PacketUserauthFailure
extends Object

PacketUserauthBanner.

Version:
2.50, 03/15/10
Author:
Christian Plattner

Constructor Summary
PacketUserauthFailure(byte[] payload, int off, int len)
           
PacketUserauthFailure(String[] authThatCanContinue, boolean partialSuccess)
           
 
Method Summary
 String[] getAuthThatCanContinue()
           
 boolean isPartialSuccess()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PacketUserauthFailure

public PacketUserauthFailure(String[] authThatCanContinue,
                             boolean partialSuccess)

PacketUserauthFailure

public PacketUserauthFailure(byte[] payload,
                             int off,
                             int len)
                      throws IOException
Throws:
IOException
Method Detail

getAuthThatCanContinue

public String[] getAuthThatCanContinue()

isPartialSuccess

public boolean isPartialSuccess()


Copyright © 2011. All Rights Reserved.