public class SendGssApiAuthPacket extends AbstractAuthSwitchSendResponsePacket implements InterfaceAuthSwitchSendResponsePacket
authData, packSeq, password, passwordCharacterEncoding| Constructor and Description |
|---|
SendGssApiAuthPacket(ReadPacketFetcher packetFetcher,
String password,
byte[] authData,
int packSeq,
String passwordCharacterEncoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResultPacket(ReadPacketFetcher packetFetcher)
Handle response packet.
|
void |
send(OutputStream os)
Send native password stream.
|
public SendGssApiAuthPacket(ReadPacketFetcher packetFetcher, String password, byte[] authData, int packSeq, String passwordCharacterEncoding)
public void send(OutputStream os) throws IOException, QueryException
send in interface InterfaceSendPacketos - database socketIOException - if a connection error occurQueryExceptionpublic void handleResultPacket(ReadPacketFetcher packetFetcher) throws QueryException, IOException
AbstractAuthSwitchSendResponsePackethandleResultPacket in interface InterfaceAuthSwitchSendResponsePackethandleResultPacket in class AbstractAuthSwitchSendResponsePacketpacketFetcher - packet fetcherQueryException - if any functional error occurIOException - if any connection error occurCopyright © 2017. All rights reserved.