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 CredentialPluginUrlParser. credentialPluginMethods in org.mariadb.jdbc that return CredentialPlugin Modifier and Type Method Description CredentialPluginUrlParser. getCredentialPlugin() -
Uses of CredentialPlugin in org.mariadb.jdbc.credential
Methods in org.mariadb.jdbc.credential that return CredentialPlugin Modifier and Type Method Description static CredentialPluginCredentialPluginLoader. get(java.lang.String type)Get current Identity plugin according to option `identityType`.default CredentialPluginCredentialPlugin. 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 classEnvCredentialPluginAuthentication using environment variable.Methods in org.mariadb.jdbc.credential.env that return CredentialPlugin Modifier and Type Method Description CredentialPluginEnvCredentialPlugin. 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 classPropertiesCredentialPluginAuthentication using java system properties.Methods in org.mariadb.jdbc.credential.system that return CredentialPlugin Modifier and Type Method Description CredentialPluginPropertiesCredentialPlugin. 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 voidDefaultOptions. postOptionProcess(Options options, CredentialPlugin credentialPlugin)Option initialisation end : set option value to a coherent state.
-