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:470
 
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_forwarder.cc:251
 
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_forwarder.cc:270
 
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:481
 
stdx::expected< Result, std::error_code > auth_method_switch()
Definition: classic_auth_forwarder.cc:333
 
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:428
 
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