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:491
std::optional< std::string_view > diagnostic_stage_name() const override
stage name of a staged processor.
Definition: classic_auth_forwarder.cc:513
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_forwarder.cc:272
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_forwarder.cc:291
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:502
stdx::expected< Result, std::error_code > auth_method_switch()
Definition: classic_auth_forwarder.cc:354
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:449
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:57
Definition: expected.h:286