Uses of Interface
org.mariadb.jdbc.credential.CredentialPlugin
Packages that use CredentialPlugin
Package
Description
-
Uses of CredentialPlugin in org.mariadb.jdbc
Methods 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 CredentialPluginGet current Identity plugin according to option `identityType`.default CredentialPluginCredentialPlugin.initialize(Options options, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.credential.aws
Classes in org.mariadb.jdbc.credential.aws that implement CredentialPluginModifier and TypeClassDescriptionclassPermit AWS database IAM authentication.Methods in org.mariadb.jdbc.credential.aws that return CredentialPluginModifier and TypeMethodDescriptionAwsIamCredentialPlugin.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 TypeClassDescriptionclassAuthentication 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 TypeClassDescriptionclassAuthentication 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 voidDefaultOptions.postOptionProcess(Options options, CredentialPlugin credentialPlugin) Option initialisation end : set option value to a coherent state.