public interface AuthenticationPlugin
| Modifier and Type | Method and Description |
|---|---|
Buffer |
process(PacketOutputStream out,
PacketInputStream in,
AtomicInteger sequence)
Process plugin authentication.
|
Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException, SQLException
out - out streamin - in streamsequence - packet sequenceIOException - if socket errorSQLException - if plugin exceptionCopyright © 2019 mariadb.org. All rights reserved.