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, String connectionTimeZone, boolean forceConnectionTimeZoneToSession, boolean preserveInstants, Boolean autocommit, boolean useMysqlMetadata, boolean nullDatabaseMeansCurrent, CatalogTerm useCatalogTerm, boolean createDatabaseIfNotExist, boolean useLocalSessionState, boolean returnMultiValuesGeneratedIds, boolean jdbcCompliantTruncation, boolean permitRedirect, boolean pinGlobalTxToPhysicalConnection, TransactionIsolation transactionIsolation, int defaultFetchSize, int maxQuerySizeToLog, Integer maxAllowedPacket, String geometryDefaultType, String restrictedAuth, String initSql, String socketFactory, int connectTimeout, String pipe, String localSocket, boolean tcpKeepAlive, boolean uuidAsString, 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 keyPassword, String keyStoreType, String trustStoreType, String enabledSslCipherSuites, String enabledSslProtocolSuites, boolean fallbackToSystemKeyStore, boolean fallbackToSystemTrustStore, boolean allowMultiQueries, boolean allowLocalInfile, boolean useCompression, boolean useAffectedRows, boolean useBulkStmts, boolean useBulkStmtsForInserts, boolean disablePipeline, boolean cachePrepStmts, int prepStmtCacheSize, boolean useServerPrepStmts, CredentialPlugin credentialType, String sessionVariables, String connectionAttributes, String servicePrincipalName, boolean blankTableNameMeta, boolean tinyInt1isBit, boolean transformedBitIsBoolean, boolean yearIsDateType, boolean dumpQueriesOnException, boolean includeInnodbStatusInDeadlockExceptions, boolean includeThreadDumpInDeadlockExceptions, int retriesAllDown, String galeraAllowedState, boolean transactionReplay, int transactionReplaySize, 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.impl
Methods in org.mariadb.jdbc.client.impl with parameters of type CredentialPluginModifier and TypeMethodDescriptionstatic Credential
ConnectionHelper.loadCredential
(CredentialPlugin credentialPlugin, Configuration configuration, HostAddress hostAddress) Load user/password plugin if configured to. -
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) Permit initializing plugin if overridden -
Uses of CredentialPlugin in org.mariadb.jdbc.plugin.credential
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)