Interface AuthenticationPlugin
- All Known Implementing Classes:
ClearPasswordPlugin,Ed25519PasswordPlugin,NativePasswordPlugin,OldPasswordPlugin,SendGssApiAuthPacket,SendPamAuthPacket
public interface AuthenticationPlugin
-
Method Summary
Modifier and TypeMethodDescriptionprocess(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) Process plugin authentication.
-
Method Details
-
process
Buffer process(PacketOutputStream out, PacketInputStream in, AtomicInteger sequence) throws IOException, SQLException Process plugin authentication.- Parameters:
out- out streamin- in streamsequence- packet sequence- Returns:
- response packet
- Throws:
IOException- if socket errorSQLException- if plugin exception
-