| Package | Description |
|---|---|
| com.mysql.cj.callback |
| Modifier and Type | Class and Description |
|---|---|
class |
FidoAuthenticationCallback
The callback object used by the authentication plugin AuthenticationFidoClient to exchange authenticator data between the driver and the client application.
|
class |
UsernameCallback
A callback that can be used to exchange username information to a callback handler owner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MysqlCallbackHandler.handle(MysqlCallback cb)
Exchanges information between the caller of this method and the owner of the
MysqlCallbackHandler instance. |