Uses of Interface
org.mariadb.jdbc.plugin.CredentialPlugin
-
-
Uses of CredentialPlugin in org.mariadb.jdbc
Fields in org.mariadb.jdbc declared as CredentialPlugin Modifier and Type Field Description private CredentialPlugin
Configuration. credentialType
Methods in org.mariadb.jdbc that return CredentialPlugin Modifier and Type Method Description CredentialPlugin
Configuration. credentialPlugin()
credential plugin to useConstructors in org.mariadb.jdbc with parameters of type CredentialPlugin Constructor Description Configuration(java.lang.String user, java.lang.String password, java.lang.String database, java.util.List<HostAddress> addresses, HaMode haMode, java.util.Properties nonMappedOptions, java.lang.String timezone, java.lang.String connectionTimeZone, java.lang.String connectionCollation, boolean forceConnectionTimeZoneToSession, boolean preserveInstants, java.lang.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, java.lang.Integer maxAllowedPacket, java.lang.String geometryDefaultType, java.lang.String restrictedAuth, java.lang.String initSql, java.lang.String socketFactory, int connectTimeout, java.lang.String pipe, java.lang.String localSocket, boolean tcpKeepAlive, boolean uuidAsString, int tcpKeepIdle, int tcpKeepCount, int tcpKeepInterval, boolean tcpAbortiveClose, java.lang.String localSocketAddress, int socketTimeout, boolean useReadAheadInput, java.lang.String tlsSocketType, SslMode sslMode, java.lang.String serverSslCert, java.lang.String keyStore, java.lang.String trustStore, java.lang.String keyStorePassword, java.lang.String trustStorePassword, java.lang.String keyPassword, java.lang.String keyStoreType, java.lang.String trustStoreType, java.lang.String enabledSslCipherSuites, java.lang.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, java.lang.String sessionVariables, java.lang.String connectionAttributes, java.lang.String servicePrincipalName, boolean blankTableNameMeta, boolean tinyInt1isBit, boolean transformedBitIsBoolean, boolean yearIsDateType, boolean dumpQueriesOnException, boolean includeInnodbStatusInDeadlockExceptions, boolean includeThreadDumpInDeadlockExceptions, int retriesAllDown, java.lang.String galeraAllowedState, boolean transactionReplay, int transactionReplaySize, boolean pool, java.lang.String poolName, int maxPoolSize, int minPoolSize, int maxIdleTime, boolean registerJmxPool, int poolValidMinDelay, boolean useResetConnection, java.lang.String serverRsaPublicKeyFile, boolean allowPublicKeyRetrieval)
-
Uses of CredentialPlugin in org.mariadb.jdbc.client.impl
Methods in org.mariadb.jdbc.client.impl with parameters of type CredentialPlugin Modifier and Type Method Description static 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 CredentialPlugin Modifier and Type Method Description default CredentialPlugin
CredentialPlugin. initialize(Configuration conf, java.lang.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 CredentialPlugin Modifier and Type Method Description static CredentialPlugin
CredentialPluginLoader. get(java.lang.String type)
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 CredentialPlugin Modifier and Type Class Description class
EnvCredentialPlugin
Authentication using environment variable.Methods in org.mariadb.jdbc.plugin.credential.env that return CredentialPlugin Modifier and Type Method Description CredentialPlugin
EnvCredentialPlugin. initialize(Configuration conf, java.lang.String userName, HostAddress hostAddress)
-
Uses of CredentialPlugin in org.mariadb.jdbc.plugin.credential.system
Classes in org.mariadb.jdbc.plugin.credential.system that implement CredentialPlugin Modifier and Type Class Description class
PropertiesCredentialPlugin
Authentication using java system properties.Methods in org.mariadb.jdbc.plugin.credential.system that return CredentialPlugin Modifier and Type Method Description CredentialPlugin
PropertiesCredentialPlugin. initialize(Configuration conf, java.lang.String userName, HostAddress hostAddress)
-