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
SQLException
Copyright © 2020 mariadb.com. All rights reserved.