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 CredentialPluginConfiguration. credentialTypeMethods in org.mariadb.jdbc that return CredentialPlugin Modifier and Type Method Description CredentialPluginConfiguration. credentialPlugin()Constructors 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, boolean autocommit, boolean useMysqlMetadata, TransactionIsolation transactionIsolation, int defaultFetchSize, int maxQuerySizeToLog, java.lang.String geometryDefaultType, java.lang.String restrictedAuth, java.lang.String socketFactory, int connectTimeout, java.lang.String pipe, java.lang.String localSocket, boolean tcpKeepAlive, 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 keyStorePassword, java.lang.String keyStoreType, java.lang.String enabledSslCipherSuites, java.lang.String enabledSslProtocolSuites, boolean allowMultiQueries, boolean allowLocalInfile, boolean useCompression, boolean useAffectedRows, boolean useBulkStmts, 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 yearIsDateType, boolean dumpQueriesOnException, boolean includeInnodbStatusInDeadlockExceptions, boolean includeThreadDumpInDeadlockExceptions, int retriesAllDown, java.lang.String galeraAllowedState, boolean transactionReplay, 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
Methods in org.mariadb.jdbc.client with parameters of type CredentialPlugin Modifier and Type Method Description static CredentialConnectionHelper. loadCredential(CredentialPlugin credentialPlugin, Configuration configuration, HostAddress hostAddress) -
Uses of CredentialPlugin in org.mariadb.jdbc.plugin
Methods in org.mariadb.jdbc.plugin that return CredentialPlugin Modifier and Type Method Description default CredentialPluginCredentialPlugin. initialize(Configuration conf, java.lang.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 CredentialPlugin Modifier and Type Field Description private static java.util.ServiceLoader<CredentialPlugin>CredentialPluginLoader. loaderMethods in org.mariadb.jdbc.plugin.credential that return CredentialPlugin Modifier and Type Method Description static CredentialPluginCredentialPluginLoader. 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 classEnvCredentialPluginAuthentication using environment variable.Methods in org.mariadb.jdbc.plugin.credential.env that return CredentialPlugin Modifier and Type Method Description CredentialPluginEnvCredentialPlugin. 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 classPropertiesCredentialPluginAuthentication using java system properties.Methods in org.mariadb.jdbc.plugin.credential.system that return CredentialPlugin Modifier and Type Method Description CredentialPluginPropertiesCredentialPlugin. initialize(Configuration conf, java.lang.String userName, HostAddress hostAddress)
-