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, exceptionProtocolHandler.Action authenticated() throws IOException
IOExceptionvoid authenticateKerberos(ProtocolChannel channel) throws IOException
IOExceptionvoid authenticateClear(ProtocolChannel channel) throws IOException
IOExceptionvoid authenticateMD5(byte[] salt,
ProtocolChannel channel)
throws IOException
IOExceptionvoid authenticateSCM(ProtocolChannel channel) throws IOException
IOExceptionvoid authenticateGSS(io.netty.buffer.ByteBuf data,
ProtocolChannel channel)
throws IOException
IOExceptionvoid authenticateSSPI(io.netty.buffer.ByteBuf data,
ProtocolChannel channel)
throws IOException
IOExceptionvoid authenticateContinue(io.netty.buffer.ByteBuf data,
ProtocolChannel channel)
throws IOException
IOException