public interface CredentialPlugin extends Supplier<Credential>
| Modifier and Type | Method and Description |
|---|---|
default String |
defaultAuthenticationPluginType() |
default CredentialPlugin |
initialize(Options options,
String userName,
HostAddress hostAddress) |
default boolean |
mustUseSsl() |
String |
name() |
String |
type() |
String name()
String type()
default boolean mustUseSsl()
default String defaultAuthenticationPluginType()
default CredentialPlugin initialize(Options options, String userName, HostAddress hostAddress) throws SQLException
SQLExceptionCopyright © 2022 oceanbase.com. All rights reserved.