Class MySQLAuthenticationEngine
- java.lang.Object
-
- org.apache.shardingsphere.proxy.frontend.mysql.authentication.MySQLAuthenticationEngine
-
- All Implemented Interfaces:
AuthenticationEngine
public final class MySQLAuthenticationEngine extends Object implements AuthenticationEngine
Authentication engine for MySQL.
-
-
Constructor Summary
Constructors Constructor Description MySQLAuthenticationEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationResultauthenticate(io.netty.channel.ChannelHandlerContext context, org.apache.shardingsphere.db.protocol.payload.PacketPayload payload)inthandshake(io.netty.channel.ChannelHandlerContext context)
-
-
-
Method Detail
-
handshake
public int handshake(io.netty.channel.ChannelHandlerContext context)
- Specified by:
handshakein interfaceAuthenticationEngine
-
authenticate
public AuthenticationResult authenticate(io.netty.channel.ChannelHandlerContext context, org.apache.shardingsphere.db.protocol.payload.PacketPayload payload)
- Specified by:
authenticatein interfaceAuthenticationEngine
-
-