public class NativePasswordPlugin extends Object implements AuthenticationPlugin
Constructor and Description |
---|
NativePasswordPlugin(String password,
byte[] authData,
String passwordCharacterEncoding)
Native password plugin constructor.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process native password plugin authentication.
|
public Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException
process
in interface AuthenticationPlugin
out
- out streamin
- in streamsequence
- packet sequenceIOException
- if socket errorCopyright © 2019 mariadb.org. All rights reserved.