public class SendPamAuthPacket extends AbstractAuthSwitchSendResponsePacket implements InterfaceAuthSwitchSendResponsePacket
| Modifier and Type | Class and Description |
|---|---|
class |
SendPamAuthPacket.RequestFocusListener
Force focus to input field.
|
authData, packSeq, password, passwordCharacterEncoding| Constructor and Description |
|---|
SendPamAuthPacket(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 SendPamAuthPacket(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 © 2018 mariadb.org. All rights reserved.