org.mariadb.jdbc.internal.com.send
Class SendNativePasswordAuthPacket
java.lang.Object
org.mariadb.jdbc.internal.com.send.AbstractAuthSwitchSendResponsePacket
org.mariadb.jdbc.internal.com.send.SendNativePasswordAuthPacket
- All Implemented Interfaces:
- InterfaceAuthSwitchSendResponsePacket, InterfaceSendPacket
public class SendNativePasswordAuthPacket
- extends AbstractAuthSwitchSendResponsePacket
- implements InterfaceAuthSwitchSendResponsePacket
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SendNativePasswordAuthPacket
public SendNativePasswordAuthPacket(String password,
byte[] authData,
int packSeq,
String passwordCharacterEncoding)
send
public void send(PacketOutputStream pos)
throws IOException
- Send native password stream.
- Specified by:
send
in interface InterfaceSendPacket
- Parameters:
pos
- database socket
- Throws:
IOException
- if a connection error occur
Copyright © 2017. All rights reserved.