MySQL 8.4.0
Source Code Documentation
kerberos_client_interface.h File Reference
#include <mysql/plugin_auth.h>
#include <string.h>
#include <string>

Go to the source code of this file.

Classes

class  I_Kerberos_client
 

Functions

I_Kerberos_clientKerberos_client_create_factory (bool gssapi, const std::string &spn, MYSQL_PLUGIN_VIO *vio, const std::string &upn, const std::string &password, const std::string &kdc_host)
 

Function Documentation

◆ Kerberos_client_create_factory()

I_Kerberos_client * Kerberos_client_create_factory ( bool  gssapi,
const std::string &  spn,
MYSQL_PLUGIN_VIO vio,
const std::string &  upn,
const std::string &  password,
const std::string &  kdc_host 
)