Uses of Interface
org.mariadb.jdbc.credential.CredentialPlugin
Packages that use CredentialPlugin
Package
Description
-
Uses of CredentialPlugin in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as CredentialPluginMethods in org.mariadb.jdbc that return CredentialPlugin -
Uses of CredentialPlugin in org.mariadb.jdbc.credential
Methods in org.mariadb.jdbc.credential that return CredentialPluginModifier and TypeMethodDescriptionstatic CredentialPlugin
Get current Identity plugin according to option `identityType`.default CredentialPlugin
CredentialPlugin.initialize
(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.credential.env
Classes in org.mariadb.jdbc.credential.env that implement CredentialPluginModifier and TypeClassDescriptionclass
Authentication using environment variable.Methods in org.mariadb.jdbc.credential.env that return CredentialPluginModifier and TypeMethodDescriptionEnvCredentialPlugin.initialize
(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.credential.system
Classes in org.mariadb.jdbc.credential.system that implement CredentialPluginModifier and TypeClassDescriptionclass
Authentication using java system properties.Methods in org.mariadb.jdbc.credential.system that return CredentialPluginModifier and TypeMethodDescriptionPropertiesCredentialPlugin.initialize
(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.util
Methods in org.mariadb.jdbc.util with parameters of type CredentialPluginModifier and TypeMethodDescriptionstatic void
DefaultOptions.postOptionProcess
(Options options, CredentialPlugin credentialPlugin) Option initialisation end : set option value to a coherent state.