public class SendPamAuthPacket extends Object implements AuthenticationPlugin
| Constructor and Description |
|---|
SendPamAuthPacket(String authenticationData,
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 PAM plugin authentication.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireSslpublic SendPamAuthPacket(String authenticationData, Configuration conf)
authenticationData - authentication data (password/token)conf - Connection string optionspublic com.singlestore.jdbc.client.ReadableByteBuf process(Writer out, Reader in, com.singlestore.jdbc.client.Context context) throws SQLException, IOException
process in interface AuthenticationPluginout - out streamin - in streamcontext - connection contextIOException - if socket errorSQLException - if plugin exceptionCopyright © 2025 SingleStore. All rights reserved.