Class PostgreSQLAuthenticationEngine
java.lang.Object
org.apache.shardingsphere.proxy.frontend.postgresql.authentication.PostgreSQLAuthenticationEngine
- All Implemented Interfaces:
AuthenticationEngine
Authentication engine for PostgreSQL.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(io.netty.channel.ChannelHandlerContext context, org.apache.shardingsphere.db.protocol.payload.PacketPayload payload) inthandshake(io.netty.channel.ChannelHandlerContext context)
-
Constructor Details
-
PostgreSQLAuthenticationEngine
public PostgreSQLAuthenticationEngine()
-
-
Method Details
-
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
-