public class ClearPasswordPlugin extends Object implements AuthenticationPlugin
Constructor and Description |
---|
ClearPasswordPlugin(String password,
String passwordCharacterEncoding)
Clear text password plugin constructor.
|
Modifier and Type | Method and Description |
---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Send password in clear text to server.
|
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.