Interface AuthenticationPlugin
-
- All Known Implementing Classes:
ClearPasswordPlugin
,Ed25519PasswordPlugin
,NativePasswordPlugin
,OldPasswordPlugin
,SendGssApiAuthPacket
,SendPamAuthPacket
public interface AuthenticationPlugin
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Buffer
process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence)
Process plugin authentication.
-
-
-
Method Detail
-
process
Buffer process(PacketOutputStream out, PacketInputStream in, java.util.concurrent.atomic.AtomicInteger sequence) throws java.io.IOException, java.sql.SQLException
Process plugin authentication.- Parameters:
out
- out streamin
- in streamsequence
- packet sequence- Returns:
- response packet
- Throws:
java.io.IOException
- if socket errorjava.sql.SQLException
- if plugin exception
-
-