MySQL 9.1.0
Source Code Documentation
|
IoC interface to allow abstraction of the retrieval of Security Credentials. More...
#include <gcs_mysql_network_provider.h>
Public Member Functions | |
virtual | ~Gcs_mysql_network_provider_auth_interface () |
virtual bool | get_credentials (std::string &username, std::string &password)=0 |
Get the user credentials needed to establish MySQL connections. More... | |
IoC interface to allow abstraction of the retrieval of Security Credentials.
|
inlinevirtual |
|
pure virtual |
Get the user credentials needed to establish MySQL connections.
This interface is used either as a proxy for
username | username for the mysql connection |
password | password for the mysql connection |
false | OK |
true | Error, channel not found |
Implemented in Gcs_mysql_network_provider_auth_interface_impl.