Class SendPamAuthPacketFactory
java.lang.Object
org.mariadb.jdbc.plugin.authentication.standard.SendPamAuthPacketFactory
- All Implemented Interfaces:
AuthenticationPluginFactory
PAM (dialog) authentication plugin. This is a multi-step exchange password. If more than one
step, passwordX (password2, password3, ...) options must be set.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninitialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Initialization.type()Authentication plugin type.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mariadb.jdbc.plugin.AuthenticationPluginFactory
requireSsl
-
Constructor Details
-
SendPamAuthPacketFactory
public SendPamAuthPacketFactory()
-
-
Method Details
-
type
Description copied from interface:AuthenticationPluginFactoryAuthentication plugin type.- Specified by:
typein interfaceAuthenticationPluginFactory- Returns:
- authentication plugin type. ex: mysql_native_password
-
initialize
public AuthenticationPlugin initialize(String authenticationData, byte[] seed, Configuration conf, HostAddress hostAddress) Initialization.- Specified by:
initializein interfaceAuthenticationPluginFactory- Parameters:
authenticationData- authentication data (password/token)seed- server provided seedconf- Connection string optionshostAddress- host information
-