public interface CredentialPlugin
| Modifier and Type | Method and Description |
|---|---|
default String |
defaultAuthenticationPluginType()
Indicate authentication plugin type to use for authentication
|
Credential |
get() |
default CredentialPlugin |
initialize(Configuration conf,
String userName,
HostAddress hostAddress)
Permit initializing plugin if overridden
|
default boolean |
mustUseSsl()
Indicate if plugin must throw an error if SSL is not enabled
|
String |
type()
credential identifier
|
String type()
default boolean mustUseSsl()
default String defaultAuthenticationPluginType()
Credential get() throws SQLException
SQLExceptiondefault CredentialPlugin initialize(Configuration conf, String userName, HostAddress hostAddress) throws SQLException
conf - configurationuserName - userhostAddress - host informationSQLException - if any error occursCopyright © 2025 SingleStore. All rights reserved.