public class AwsIamAuthenticationPlugin extends MysqlNativePasswordPlugin
PLUGIN_NAME| Constructor and Description |
|---|
AwsIamAuthenticationPlugin(AwsIamAuthenticationTokenHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
void |
setAuthenticationParameters(java.lang.String user,
java.lang.String password)
This method called from Connector/J before first nextAuthenticationStep call.
|
destroy, getProtocolPluginName, init, isReusable, nextAuthenticationStep, requiresConfidentialityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinit, reset, setSourceOfAuthDatapublic AwsIamAuthenticationPlugin(AwsIamAuthenticationTokenHelper helper)
public void setAuthenticationParameters(java.lang.String user,
java.lang.String password)
AuthenticationPluginsetAuthenticationParameters in interface AuthenticationPlugin<NativePacketPayload>setAuthenticationParameters in class MysqlNativePasswordPluginuser - user namepassword - user password