public class SendGssApiAuthPacket extends Object implements AuthenticationPlugin
| Constructor and Description |
|---|
SendGssApiAuthPacket() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(String authenticationData,
byte[] seed,
Configuration conf)
Initialization.
|
com.singlestore.jdbc.client.ReadableByteBuf |
process(PacketWriter out,
PacketReader in,
Context context)
Process gssapi plugin authentication.
|
String |
type()
Authentication plugin type.
|
public String type()
AuthenticationPlugintype in interface AuthenticationPluginpublic void initialize(String authenticationData, byte[] seed, Configuration conf)
initialize in interface AuthenticationPluginauthenticationData - authentication data (password/token)seed - server provided seedconf - Connection string optionspublic com.singlestore.jdbc.client.ReadableByteBuf process(PacketWriter out, PacketReader in, Context context) throws IOException, SQLException
process in interface AuthenticationPluginout - out streamin - in streamcontext - contextIOException - if socket errorSQLException - if plugin exceptionCopyright © 2023 SingleStore. All rights reserved.