public class Ed25519PasswordPlugin extends Object implements AuthenticationPlugin
| Constructor and Description |
|---|
Ed25519PasswordPlugin(String authenticationData,
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 Ed25519 password plugin authentication.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireSslpublic Ed25519PasswordPlugin(String authenticationData, byte[] seed, Configuration conf)
authenticationData - authentication data (password/token)seed - server provided seedconf - 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.