public class SendGssApiAuthPacket extends AbstractAuthSwitchSendResponsePacket implements InterfaceAuthSwitchSendResponsePacket
authData, packSeq, password
Constructor and Description |
---|
SendGssApiAuthPacket(ReadPacketFetcher packetFetcher,
String password,
byte[] authData,
int packSeq) |
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)
public void send(OutputStream os) throws IOException, QueryException
send
in interface InterfaceSendPacket
os
- database socketIOException
- if a connection error occurQueryException
public void handleResultPacket(ReadPacketFetcher packetFetcher) throws QueryException, IOException
AbstractAuthSwitchSendResponsePacket
handleResultPacket
in interface InterfaceAuthSwitchSendResponsePacket
handleResultPacket
in class AbstractAuthSwitchSendResponsePacket
packetFetcher
- packet fetcherQueryException
- if any functional error occurIOException
- if any connection error occurCopyright © 2017. All rights reserved.