public interface CredentialPlugin extends Supplier<Credential>
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2024 oceanbase.com. All rights reserved.