public class SendGssApiAuthPacket extends AbstractAuthSwitchSendResponsePacket implements InterfaceAuthSwitchSendResponsePacket
authData, packSeq, password, passwordCharacterEncoding| Constructor and Description |
|---|
SendGssApiAuthPacket(PacketInputStream reader,
String password,
byte[] authData,
int packSeq,
String passwordCharacterEncoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleResultPacket(PacketInputStream reader)
Handle response packet.
|
void |
send(PacketOutputStream pos)
Send native password stream.
|
public SendGssApiAuthPacket(PacketInputStream reader, String password, byte[] authData, int packSeq, String passwordCharacterEncoding)
public void send(PacketOutputStream pos) throws IOException, SQLException
send in interface InterfaceSendPacketpos - database socketIOException - if a connection error occurSQLExceptionpublic void handleResultPacket(PacketInputStream reader) throws SQLException, IOException
AbstractAuthSwitchSendResponsePackethandleResultPacket in interface InterfaceAuthSwitchSendResponsePackethandleResultPacket in class AbstractAuthSwitchSendResponsePacketreader - packet fetcherSQLException - if any functional error occurIOException - if any connection error occurCopyright © 2017. All rights reserved.