Class CredentialPluginLoader
java.lang.Object
org.mariadb.jdbc.plugin.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
-