Uses of Interface
org.mariadb.jdbc.plugin.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 CredentialPluginConstructors in org.mariadb.jdbc with parameters of type CredentialPluginModifierConstructorDescriptionprivate
Configuration
(String user, String password, String database, List<HostAddress> addresses, HaMode haMode, Properties nonMappedOptions, String timezone, boolean autocommit, boolean useMysqlMetadata, TransactionIsolation transactionIsolation, int defaultFetchSize, int maxQuerySizeToLog, String geometryDefaultType, String restrictedAuth, String socketFactory, int connectTimeout, String pipe, String localSocket, boolean tcpKeepAlive, int tcpKeepIdle, int tcpKeepCount, int tcpKeepInterval, boolean tcpAbortiveClose, String localSocketAddress, int socketTimeout, boolean useReadAheadInput, String tlsSocketType, SslMode sslMode, String serverSslCert, String keyStore, String keyStorePassword, String keyStoreType, String enabledSslCipherSuites, String enabledSslProtocolSuites, boolean allowMultiQueries, boolean allowLocalInfile, boolean useCompression, boolean useAffectedRows, boolean useBulkStmts, boolean cachePrepStmts, int prepStmtCacheSize, boolean useServerPrepStmts, CredentialPlugin credentialType, String sessionVariables, String connectionAttributes, String servicePrincipalName, boolean blankTableNameMeta, boolean tinyInt1isBit, boolean yearIsDateType, boolean dumpQueriesOnException, boolean includeInnodbStatusInDeadlockExceptions, boolean includeThreadDumpInDeadlockExceptions, int retriesAllDown, String galeraAllowedState, boolean transactionReplay, boolean pool, String poolName, int maxPoolSize, int minPoolSize, int maxIdleTime, boolean registerJmxPool, int poolValidMinDelay, boolean useResetConnection, String serverRsaPublicKeyFile, boolean allowPublicKeyRetrieval) -
Uses of CredentialPlugin in org.mariadb.jdbc.client
Methods in org.mariadb.jdbc.client with parameters of type CredentialPluginModifier and TypeMethodDescriptionstatic Credential
ConnectionHelper.loadCredential
(CredentialPlugin credentialPlugin, Configuration configuration, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin that return CredentialPluginModifier and TypeMethodDescriptiondefault CredentialPlugin
CredentialPlugin.initialize
(Configuration conf, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.plugin.credential
Fields in org.mariadb.jdbc.plugin.credential with type parameters of type CredentialPluginModifier and TypeFieldDescriptionprivate static final ServiceLoader<CredentialPlugin>
CredentialPluginLoader.loader
Methods in org.mariadb.jdbc.plugin.credential that return CredentialPluginModifier and TypeMethodDescriptionstatic CredentialPlugin
Get current Identity plugin according to option `identityType`. -
Uses of CredentialPlugin in org.mariadb.jdbc.plugin.credential.env
Classes in org.mariadb.jdbc.plugin.credential.env that implement CredentialPluginModifier and TypeClassDescriptionclass
Authentication using environment variable.Methods in org.mariadb.jdbc.plugin.credential.env that return CredentialPluginModifier and TypeMethodDescriptionEnvCredentialPlugin.initialize
(Configuration conf, String userName, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.plugin.credential.system
Classes in org.mariadb.jdbc.plugin.credential.system that implement CredentialPluginModifier and TypeClassDescriptionclass
Authentication using java system properties.Methods in org.mariadb.jdbc.plugin.credential.system that return CredentialPluginModifier and TypeMethodDescriptionPropertiesCredentialPlugin.initialize
(Configuration conf, String userName, HostAddress hostAddress)