| Package | Description |
|---|---|
| com.mysql.cj.protocol | |
| com.mysql.cj.protocol.a | |
| com.mysql.cj.protocol.a.authentication |
| Modifier and Type | Method and Description |
|---|---|
default void |
AuthenticationPlugin.init(Protocol<M> protocol,
MysqlCallbackHandler callbackHandler)
Initializes this plugin with a direct Protocol reference and a generic
MysqlCallbackHandler that can be used to pass over information back to the
authentication provider. |
| Modifier and Type | Field and Description |
|---|---|
private MysqlCallbackHandler |
NativeAuthenticationProvider.callbackHandler
A callback for updating the username from the authentication plugin.
|
| Modifier and Type | Field and Description |
|---|---|
private MysqlCallbackHandler |
AuthenticationFidoClient.fidoAuthenticationCallbackHandler |
private MysqlCallbackHandler |
AuthenticationFidoClient.usernameCallbackHandler |
private MysqlCallbackHandler |
AuthenticationKerberosClient.usernameCallbackHandler |
private MysqlCallbackHandler |
MysqlNativePasswordPlugin.usernameCallbackHandler |
protected MysqlCallbackHandler |
Sha256PasswordPlugin.usernameCallbackHandler |
private MysqlCallbackHandler |
MysqlOldPasswordPlugin.usernameCallbackHandler |
private MysqlCallbackHandler |
MysqlClearPasswordPlugin.usernameCallbackHandler |
private MysqlCallbackHandler |
AuthenticationLdapSaslClientPlugin.usernameCallbackHandler |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationFidoClient.init(Protocol<NativePacketPayload> protocol,
MysqlCallbackHandler callbackHandler) |
void |
AuthenticationKerberosClient.init(Protocol<NativePacketPayload> prot,
MysqlCallbackHandler cbh) |
void |
MysqlNativePasswordPlugin.init(Protocol<NativePacketPayload> prot,
MysqlCallbackHandler cbh) |
void |
Sha256PasswordPlugin.init(Protocol<NativePacketPayload> prot,
MysqlCallbackHandler cbh) |
void |
MysqlOldPasswordPlugin.init(Protocol<NativePacketPayload> prot,
MysqlCallbackHandler cbh) |
void |
MysqlClearPasswordPlugin.init(Protocol<NativePacketPayload> prot,
MysqlCallbackHandler cbh) |
void |
AuthenticationLdapSaslClientPlugin.init(Protocol<NativePacketPayload> prot,
MysqlCallbackHandler cbh) |