public class SendGssApiAuthPacket extends Object implements AuthenticationPlugin
| Constructor and Description |
|---|
SendGssApiAuthPacket(byte[] seed,
Configuration conf)
Initialization.
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
process(Writer out,
Reader in,
com.singlestore.jdbc.client.Context context)
Process gssapi plugin authentication.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireSslpublic SendGssApiAuthPacket(byte[] seed,
Configuration conf)
seed - server provided seedconf - Connection string optionspublic com.singlestore.jdbc.client.ReadableByteBuf process(Writer out, Reader in, com.singlestore.jdbc.client.Context context) throws IOException, SQLException
process in interface AuthenticationPluginout - out streamin - in streamcontext - contextIOException - if socket errorSQLException - if plugin exceptionCopyright © 2025 SingleStore. All rights reserved.