26#ifndef ROUTING_CLASSIC_AUTH_SHA256_PASSWORD_FORWARDER_INCLUDED 
   27#define ROUTING_CLASSIC_AUTH_SHA256_PASSWORD_FORWARDER_INCLUDED 
   31#include <system_error> 
   44                      std::string initial_server_auth_data,
 
   45                      bool in_handshake = 
false)
 
Definition: classic_auth_sha256_password_forwarder.h:41
 
Stage stage() const
Definition: classic_auth_sha256_password_forwarder.h:69
 
stdx::expected< Result, std::error_code > ok()
Definition: classic_auth_sha256_password_forwarder.cc:419
 
Stage
Definition: classic_auth_sha256_password_forwarder.h:50
 
AuthSha256Forwarder(MysqlRoutingClassicConnectionBase *conn, std::string initial_server_auth_data, bool in_handshake=false)
Definition: classic_auth_sha256_password_forwarder.h:43
 
stdx::expected< Result, std::error_code > error()
Definition: classic_auth_sha256_password_forwarder.cc:430
 
stdx::expected< Result, std::error_code > encrypted_password()
Definition: classic_auth_sha256_password_forwarder.cc:177
 
stdx::expected< Result, std::error_code > response()
Definition: classic_auth_sha256_password_forwarder.cc:270
 
stdx::expected< Result, std::error_code > public_key_response()
Definition: classic_auth_sha256_password_forwarder.cc:314
 
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_sha256_password_forwarder.cc:66
 
stdx::expected< Result, std::error_code > send_password()
Definition: classic_auth_sha256_password_forwarder.cc:229
 
stdx::expected< Result, std::error_code > public_key()
Definition: classic_auth_sha256_password_forwarder.cc:363
 
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_sha256_password_forwarder.cc:41
 
Stage stage_
Definition: classic_auth_sha256_password_forwarder.h:87
 
std::string initial_server_auth_data_
Definition: classic_auth_sha256_password_forwarder.h:85
 
void stage(Stage stage)
Definition: classic_auth_sha256_password_forwarder.h:68
 
stdx::expected< Result, std::error_code > client_data()
Definition: classic_auth_sha256_password_forwarder.cc:84
 
Definition: classic_auth_sha256_password.h:39
 
a processor base class with helper functions.
Definition: forwarding_processor.h:38
 
Definition: classic_connection_base.h:57
 
Definition: expected.h:286
 
Definition: gcs_xcom_synode.h:64