26#ifndef ROUTING_CLASSIC_AUTH_NATIVE_FORWARDER_INCLUDED
27#define ROUTING_CLASSIC_AUTH_NATIVE_FORWARDER_INCLUDED
32#include <system_error>
42 std::string initial_server_auth_data,
43 bool in_handshake =
false)
Definition: classic_auth_native_forwarder.h:39
Stage
Definition: classic_auth_native_forwarder.h:48
stdx::expected< Result, std::error_code > response()
Definition: classic_auth_native_forwarder.cc:329
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_native_forwarder.cc:40
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_native_forwarder.cc:72
std::string initial_server_auth_data_
Definition: classic_auth_native_forwarder.h:80
void stage(Stage stage)
Definition: classic_auth_native_forwarder.h:65
stdx::expected< Result, std::error_code > caching_sha2_encrypted()
Definition: classic_auth_native_forwarder.cc:277
Stage stage_
Definition: classic_auth_native_forwarder.h:82
stdx::expected< Result, std::error_code > error()
Definition: classic_auth_native_forwarder.cc:379
stdx::expected< Result, std::error_code > client_data()
Definition: classic_auth_native_forwarder.cc:108
Stage stage() const
Definition: classic_auth_native_forwarder.h:66
AuthNativeForwarder(MysqlRoutingClassicConnectionBase *conn, std::string initial_server_auth_data, bool in_handshake=false)
Definition: classic_auth_native_forwarder.h:41
stdx::expected< Result, std::error_code > ok()
Definition: classic_auth_native_forwarder.cc:367
stdx::expected< Result, std::error_code > caching_sha2_plaintext()
Definition: classic_auth_native_forwarder.cc:189
stdx::expected< Result, std::error_code > caching_sha2_scrambled()
Definition: classic_auth_native_forwarder.cc:135
Definition: classic_auth_native.h:33
a processor base class with helper functions.
Definition: forwarding_processor.h:38
Definition: classic_connection_base.h:56
Definition: expected.h:286
Definition: gcs_xcom_synode.h:64