public class ClearPasswordPlugin extends Object implements AuthenticationPlugin
| Constructor and Description |
|---|
ClearPasswordPlugin(String authenticationData)
Initialization.
|
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
process(Writer out,
Reader in,
com.singlestore.jdbc.client.Context context)
Send password in clear text to server.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrequireSslpublic ClearPasswordPlugin(String authenticationData)
authenticationData - authentication data (password/token)public com.singlestore.jdbc.client.ReadableByteBuf process(Writer out, Reader in, com.singlestore.jdbc.client.Context context) throws IOException
process in interface AuthenticationPluginout - out streamin - in streamcontext - contextIOException - if socket errorCopyright © 2025 SingleStore. All rights reserved.