public interface CredentialPlugin
| Modifier and Type | Method and Description |
|---|---|
default String |
defaultAuthenticationPluginType() |
Credential |
get() |
default CredentialPlugin |
initialize(Configuration conf,
String userName,
HostAddress hostAddress) |
default boolean |
mustUseSsl() |
String |
type() |
String type()
Credential get() throws SQLException
SQLExceptiondefault boolean mustUseSsl()
default String defaultAuthenticationPluginType()
default CredentialPlugin initialize(Configuration conf, String userName, HostAddress hostAddress) throws SQLException
SQLExceptionCopyright © 2023 SingleStore. All rights reserved.