public class OldPasswordPlugin extends Object implements AuthenticationPlugin
Constructor and Description |
---|
OldPasswordPlugin(String password,
byte[] authData) |
Modifier and Type | Method and Description |
---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process old password plugin authentication.
|
public OldPasswordPlugin(String password, byte[] authData)
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.