26#ifndef ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_AUTH_SHA256_PASSWORD_SENDER_H_
27#define ROUTING_SRC_PROCESSORS_SENDERS_CLASSIC_AUTH_SHA256_PASSWORD_SENDER_H_
31#include <system_error>
41 std::string initial_server_auth_data, std::string
password)
Definition: classic_auth_sha256_password.h:39
Definition: classic_auth_sha256_password_sender.h:38
std::string password_
Definition: classic_auth_sha256_password_sender.h:78
stdx::expected< Result, std::error_code > response()
Definition: classic_auth_sha256_password_sender.cc:89
stdx::expected< Result, std::error_code > ok()
Definition: classic_auth_sha256_password_sender.cc:166
Stage stage_
Definition: classic_auth_sha256_password_sender.h:75
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_sha256_password_sender.cc:38
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_auth_sha256_password_sender.cc:186
Stage stage() const
Definition: classic_auth_sha256_password_sender.h:62
stdx::expected< Result, std::error_code > error()
Definition: classic_auth_sha256_password_sender.cc:176
AuthSha256Sender(MysqlRoutingClassicConnectionBase *conn, std::string initial_server_auth_data, std::string password)
Definition: classic_auth_sha256_password_sender.h:40
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_sha256_password_sender.cc:57
void stage(Stage stage)
Definition: classic_auth_sha256_password_sender.h:61
std::string initial_server_auth_data_
Definition: classic_auth_sha256_password_sender.h:77
Stage
Definition: classic_auth_sha256_password_sender.h:46
stdx::expected< Result, std::error_code > public_key()
Definition: classic_auth_sha256_password_sender.cc:127
Definition: classic_connection_base.h:57
a processor base class with helper functions.
Definition: processor.h:109
Definition: expected.h:286
static char * password
Definition: mysql_secure_installation.cc:58
Define std::hash<Gtid>.
Definition: gtid.h:355