26#ifndef ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_AUTH_FORWARDER_H_
27#define ROUTING_SRC_PROCESSORS_FORWARDERS_CLASSIC_AUTH_FORWARDER_H_
39 bool client_requested_full_auth =
false)
forward authentication between a client and server.
Definition: classic_auth_forwarder.h:36
stdx::expected< Result, std::error_code > ok()
Definition: classic_auth_forwarder.cc:475
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_auth_forwarder.cc:497
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_forwarder.cc:270
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_forwarder.cc:289
AuthForwarder(MysqlRoutingClassicConnectionBase *conn, bool client_requested_full_auth=false)
Definition: classic_auth_forwarder.h:38
stdx::expected< Result, std::error_code > error()
Definition: classic_auth_forwarder.cc:486
stdx::expected< Result, std::error_code > auth_method_switch()
Definition: classic_auth_forwarder.cc:349
Stage stage_
Definition: classic_auth_forwarder.h:70
bool client_requested_full_auth_
Definition: classic_auth_forwarder.h:71
stdx::expected< Result, std::error_code > response()
Definition: classic_auth_forwarder.cc:433
Stage
Definition: classic_auth_forwarder.h:43
void stage(Stage stage)
Definition: classic_auth_forwarder.h:58
Stage stage() const
Definition: classic_auth_forwarder.h:59
a processor base class with helper functions.
Definition: forwarding_processor.h:38
Definition: classic_connection_base.h:56
Definition: expected.h:286