MySQL 9.1.0
Source Code Documentation
|
Implementation of Gcs_mysql_network_provider_auth_interface that retrieves auth data from MySQL. More...
#include <gcs_mysql_network_provider.h>
Public Member Functions | |
Gcs_mysql_network_provider_auth_interface_impl () | |
virtual | ~Gcs_mysql_network_provider_auth_interface_impl () override |
bool | get_credentials (std::string &username, std::string &password) override |
Get the user credentials needed to establish MySQL connections. More... | |
Public Member Functions inherited from Gcs_mysql_network_provider_auth_interface | |
virtual | ~Gcs_mysql_network_provider_auth_interface () |
Private Attributes | |
Replication_thread_api | m_recovery_channel |
Implementation of Gcs_mysql_network_provider_auth_interface that retrieves auth data from MySQL.
|
inline |
|
inlineoverridevirtual |
|
overridevirtual |
Get the user credentials needed to establish MySQL connections.
Implements Gcs_mysql_network_provider_auth_interface.
|
private |