26#ifndef ROUTING_CLASSIC_CHANGE_USER_FORWARDER_INCLUDED 
   27#define ROUTING_CLASSIC_CHANGE_USER_FORWARDER_INCLUDED 
   38  using ForwardingProcessor::ForwardingProcessor;
 
forwards COM_CHANGE_USER from client to the server.
Definition: classic_change_user_forwarder.h:36
 
stdx::expected< Result, std::error_code > error()
Definition: classic_change_user_forwarder.cc:349
 
stdx::expected< Result, std::error_code > fetch_user_attrs()
Definition: classic_change_user_forwarder.cc:254
 
stdx::expected< Result, std::error_code > ok()
Definition: classic_change_user_forwarder.cc:322
 
TraceEvent * trace_event_forward_command_
Definition: classic_change_user_forwarder.h:75
 
stdx::expected< Result, std::error_code > connected()
Definition: classic_change_user_forwarder.cc:192
 
stdx::expected< Result, std::error_code > command()
Definition: classic_change_user_forwarder.cc:114
 
Stage stage_
Definition: classic_change_user_forwarder.h:71
 
stdx::expected< Result, std::error_code > connect()
Definition: classic_change_user_forwarder.cc:177
 
TraceEvent * trace_event_command_
Definition: classic_change_user_forwarder.h:73
 
Stage stage() const
Definition: classic_change_user_forwarder.h:56
 
stdx::expected< Result, std::error_code > send_auth_ok()
Definition: classic_change_user_forwarder.cc:308
 
stdx::expected< Result, std::error_code > response()
Definition: classic_change_user_forwarder.cc:240
 
stdx::expected< Result, std::error_code > process() override
forward the change-user message flow.
Definition: classic_change_user_forwarder.cc:86
 
RouterRequireFetcher::Result required_connection_attributes_fetcher_result_
Definition: classic_change_user_forwarder.h:69
 
stdx::expected< Result, std::error_code > fetch_user_attrs_done()
Definition: classic_change_user_forwarder.cc:272
 
Stage
Definition: classic_change_user_forwarder.h:40
 
void stage(Stage stage)
Definition: classic_change_user_forwarder.h:55
 
TraceEvent * trace_event_connect_and_forward_command_
Definition: classic_change_user_forwarder.h:74
 
a processor base class with helper functions.
Definition: forwarding_processor.h:38
 
Definition: expected.h:286
 
Definition: trace_span.h:35