Class Authenticator
- java.lang.Object
-
- com.github.shyiko.mysql.binlog.network.Authenticator
-
public class Authenticator extends Object
-
-
Constructor Summary
Constructors Constructor Description Authenticator(GreetingPacket greetingPacket, PacketChannel channel, String schema, String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
authenticate()
-
-
-
Constructor Detail
-
Authenticator
public Authenticator(GreetingPacket greetingPacket, PacketChannel channel, String schema, String username, String password)
-
-
Method Detail
-
authenticate
public void authenticate() throws IOException
- Throws:
IOException
-
-