#include <sspi_authentication_client.h>
◆ Sspi_client()
Sspi_client::Sspi_client |
( |
const std::string & |
spn, |
|
|
MYSQL_PLUGIN_VIO * |
vio, |
|
|
const std::string & |
upn, |
|
|
const std::string & |
password, |
|
|
const std::string & |
kdc_host |
|
) |
| |
◆ ~Sspi_client()
Sspi_client::~Sspi_client |
( |
| ) |
|
|
overridedefault |
◆ authenticate()
bool Sspi_client::authenticate |
( |
| ) |
|
|
overridevirtual |
◆ get_user_name()
std::string Sspi_client::get_user_name |
( |
| ) |
|
|
overridevirtual |
◆ obtain_store_credentials()
bool Sspi_client::obtain_store_credentials |
( |
| ) |
|
|
overridevirtual |
◆ m_cred
CredHandle Sspi_client::m_cred |
|
protected |
◆ m_kdc_host
std::string Sspi_client::m_kdc_host |
|
protected |
◆ m_password
std::string Sspi_client::m_password |
|
protected |
◆ m_service_principal
std::string Sspi_client::m_service_principal |
|
protected |
◆ m_upn
std::string Sspi_client::m_upn |
|
protected |
◆ m_vio
The documentation for this class was generated from the following files: