Package org.mariadb.jdbc.credential
Class CredentialPluginLoader
java.lang.Object
org.mariadb.jdbc.credential.CredentialPluginLoader
Provider to handle plugin authentication. This can allow library users to override our default
Authentication provider.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CredentialPlugin
Get current Identity plugin according to option `identityType`.
-
Constructor Details
-
CredentialPluginLoader
public CredentialPluginLoader()
-
-
Method Details
-
get
Get current Identity plugin according to option `identityType`.- Parameters:
type
- identity plugin type- Returns:
- identity plugin
- Throws:
SQLException
- if no identity plugin found with this type is in classpath
-