public interface AuthenticationPlugin
| Modifier and Type | Method and Description |
|---|---|
com.singlestore.jdbc.client.ReadableByteBuf |
process(Writer encoder,
Reader decoder,
com.singlestore.jdbc.client.Context context)
Process plugin authentication.
|
default boolean |
requireSsl()
Authentication plugin required SSL to be used
|
com.singlestore.jdbc.client.ReadableByteBuf process(Writer encoder, Reader decoder, com.singlestore.jdbc.client.Context context) throws IOException, SQLException
encoder - out streamdecoder - in streamcontext - connection contextIOException - if socket errorSQLException - if plugin exceptiondefault boolean requireSsl()
Copyright © 2025 SingleStore. All rights reserved.