Interface CredentialPlugin
- All Superinterfaces:
Supplier<Credential>
- All Known Implementing Classes:
AwsIamCredentialPlugin, EnvCredentialPlugin, PropertiesCredentialPlugin
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringdefault CredentialPlugininitialize(Options options, String userName, HostAddress hostAddress) default booleanname()type()
-
Method Details
-
name
String name() -
type
String type() -
mustUseSsl
default boolean mustUseSsl() -
defaultAuthenticationPluginType
-
initialize
default CredentialPlugin initialize(Options options, String userName, HostAddress hostAddress) throws SQLException - Throws:
SQLException
-