ch.ethz.ssh2.packets
Class PacketUserauthFailure
java.lang.Object
ch.ethz.ssh2.packets.PacketUserauthFailure
public class PacketUserauthFailure
- extends Object
PacketUserauthBanner.
- Version:
- 2.50, 03/15/10
- Author:
- Christian Plattner
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PacketUserauthFailure
public PacketUserauthFailure(String[] authThatCanContinue,
boolean partialSuccess)
PacketUserauthFailure
public PacketUserauthFailure(byte[] payload,
int off,
int len)
throws IOException
- Throws:
IOException
getAuthThatCanContinue
public String[] getAuthThatCanContinue()
isPartialSuccess
public boolean isPartialSuccess()
Copyright © 2011. All Rights Reserved.