Uses of Interface
org.mariadb.jdbc.credential.CredentialPlugin
-
Packages that use CredentialPlugin Package Description org.mariadb.jdbc org.mariadb.jdbc.credential org.mariadb.jdbc.credential.env org.mariadb.jdbc.credential.system org.mariadb.jdbc.util -
-
Uses of CredentialPlugin in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as CredentialPlugin Modifier and Type Field Description private CredentialPlugin
UrlParser. credentialPlugin
Methods in org.mariadb.jdbc that return CredentialPlugin Modifier and Type Method Description CredentialPlugin
UrlParser. getCredentialPlugin()
-
Uses of CredentialPlugin in org.mariadb.jdbc.credential
Fields in org.mariadb.jdbc.credential with type parameters of type CredentialPlugin Modifier and Type Field Description private static java.util.ServiceLoader<CredentialPlugin>
CredentialPluginLoader. loader
Methods in org.mariadb.jdbc.credential that return CredentialPlugin Modifier and Type Method Description static CredentialPlugin
CredentialPluginLoader. get(java.lang.String type)
Get current Identity plugin according to option `identityType`.default CredentialPlugin
CredentialPlugin. initialize(Options options, java.lang.String userName, HostAddress hostAddress)
-
Uses of CredentialPlugin in org.mariadb.jdbc.credential.env
Classes in org.mariadb.jdbc.credential.env that implement CredentialPlugin Modifier and Type Class Description class
EnvCredentialPlugin
Authentication using environment variable.Methods in org.mariadb.jdbc.credential.env that return CredentialPlugin Modifier and Type Method Description CredentialPlugin
EnvCredentialPlugin. initialize(Options options, java.lang.String userName, HostAddress hostAddress)
-
Uses of CredentialPlugin in org.mariadb.jdbc.credential.system
Classes in org.mariadb.jdbc.credential.system that implement CredentialPlugin Modifier and Type Class Description class
PropertiesCredentialPlugin
Authentication using java system properties.Methods in org.mariadb.jdbc.credential.system that return CredentialPlugin Modifier and Type Method Description CredentialPlugin
PropertiesCredentialPlugin. initialize(Options options, java.lang.String userName, HostAddress hostAddress)
-
Uses of CredentialPlugin in org.mariadb.jdbc.util
Methods in org.mariadb.jdbc.util with parameters of type CredentialPlugin Modifier and Type Method Description static void
DefaultOptions. postOptionProcess(Options options, CredentialPlugin credentialPlugin)
Option initialisation end : set option value to a coherent state.
-