Class TlsSocketPluginLoader
java.lang.Object
org.mariadb.jdbc.plugin.tls.TlsSocketPluginLoader
TLS plugin loader
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TlsSocketPluginGet authentication plugin from type String.
-
Constructor Details
-
TlsSocketPluginLoader
public TlsSocketPluginLoader()
-
-
Method Details
-
get
Get authentication plugin from type String. Customs authentication plugin can be added implementing AuthenticationPlugin and registering new type in resources services.- Parameters:
type- authentication plugin type- Returns:
- Authentication plugin corresponding to type
- Throws:
SQLException- if no authentication plugin in classpath have indicated type
-