26#ifndef ROUTING_CLASSIC_AUTH_FORWARDER_INCLUDED
27#define ROUTING_CLASSIC_AUTH_FORWARDER_INCLUDED
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:464
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_forwarder.cc:258
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_forwarder.cc:277
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:475
stdx::expected< Result, std::error_code > auth_method_switch()
Definition: classic_auth_forwarder.cc:337
Stage stage_
Definition: classic_auth_forwarder.h:68
bool client_requested_full_auth_
Definition: classic_auth_forwarder.h:69
stdx::expected< Result, std::error_code > response()
Definition: classic_auth_forwarder.cc:421
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:34
Definition: classic_connection_base.h:221
Definition: expected.h:944