public static interface ProtocolHandler.Authentication extends ProtocolHandler
ProtocolHandler.Action, ProtocolHandler.Authentication, ProtocolHandler.BackendKeyData, ProtocolHandler.BindComplete, ProtocolHandler.CloseComplete, ProtocolHandler.CommandComplete, ProtocolHandler.CommandError, ProtocolHandler.CopyBothResponse, ProtocolHandler.CopyData, ProtocolHandler.CopyDone, ProtocolHandler.CopyFail, ProtocolHandler.CopyInResponse, ProtocolHandler.CopyOutResponse, ProtocolHandler.DataRow, ProtocolHandler.EmptyQuery, ProtocolHandler.FunctionResult, ProtocolHandler.NegotiateProtocolVersion, ProtocolHandler.NoData, ProtocolHandler.Notification, ProtocolHandler.ParameterDescriptions, ProtocolHandler.ParameterStatus, ProtocolHandler.ParseComplete, ProtocolHandler.PortalSuspended, ProtocolHandler.ReadyForQuery, ProtocolHandler.ReportNotice, ProtocolHandler.RowDescription
Modifier and Type | Method and Description |
---|---|
void |
authenticateClear(ProtocolChannel channel) |
void |
authenticateContinue(io.netty.buffer.ByteBuf data,
ProtocolChannel channel) |
ProtocolHandler.Action |
authenticated() |
void |
authenticateGSS(io.netty.buffer.ByteBuf data,
ProtocolChannel channel) |
void |
authenticateKerberos(ProtocolChannel channel) |
void |
authenticateMD5(byte[] salt,
ProtocolChannel channel) |
void |
authenticateSCM(ProtocolChannel channel) |
void |
authenticateSSPI(io.netty.buffer.ByteBuf data,
ProtocolChannel channel) |
exception, exception
ProtocolHandler.Action authenticated() throws IOException
IOException
void authenticateKerberos(ProtocolChannel channel) throws IOException
IOException
void authenticateClear(ProtocolChannel channel) throws IOException
IOException
void authenticateMD5(byte[] salt, ProtocolChannel channel) throws IOException
IOException
void authenticateSCM(ProtocolChannel channel) throws IOException
IOException
void authenticateGSS(io.netty.buffer.ByteBuf data, ProtocolChannel channel) throws IOException
IOException
void authenticateSSPI(io.netty.buffer.ByteBuf data, ProtocolChannel channel) throws IOException
IOException
void authenticateContinue(io.netty.buffer.ByteBuf data, ProtocolChannel channel) throws IOException
IOException