26#ifndef ROUTING_CLASSIC_AUTH_OPENID_CONNECT_FORWARDER_INCLUDED 
   27#define ROUTING_CLASSIC_AUTH_OPENID_CONNECT_FORWARDER_INCLUDED 
   31#include <system_error> 
   42                             std::string initial_server_auth_data,
 
   43                             bool in_handshake = 
false)
 
Definition: classic_auth_openid_connect_forwarder.h:39
 
stdx::expected< Result, std::error_code > process() override
Definition: classic_auth_openid_connect_forwarder.cc:42
 
void stage(Stage stage)
Definition: classic_auth_openid_connect_forwarder.h:62
 
stdx::expected< Result, std::error_code > client_data()
Definition: classic_auth_openid_connect_forwarder.cc:80
 
stdx::expected< Result, std::error_code > init()
Definition: classic_auth_openid_connect_forwarder.cc:62
 
Stage stage() const
Definition: classic_auth_openid_connect_forwarder.h:63
 
stdx::expected< Result, std::error_code > error()
Definition: classic_auth_openid_connect_forwarder.cc:158
 
stdx::expected< Result, std::error_code > ok()
Definition: classic_auth_openid_connect_forwarder.cc:146
 
Stage stage_
Definition: classic_auth_openid_connect_forwarder.h:76
 
Stage
Definition: classic_auth_openid_connect_forwarder.h:48
 
stdx::expected< Result, std::error_code > response()
Definition: classic_auth_openid_connect_forwarder.cc:102
 
AuthOpenidConnectForwarder(MysqlRoutingClassicConnectionBase *conn, std::string initial_server_auth_data, bool in_handshake=false)
Definition: classic_auth_openid_connect_forwarder.h:41
 
std::string initial_server_auth_data_
Definition: classic_auth_openid_connect_forwarder.h:74
 
Definition: classic_auth_openid_connect.h:34
 
a processor base class with helper functions.
Definition: forwarding_processor.h:38
 
Definition: classic_connection_base.h:57
 
Definition: expected.h:286
 
Definition: gcs_xcom_synode.h:64