MySQL 8.4.0
Source Code Documentation
AuthSha256Sender Class Reference

#include <classic_auth_sha256_password_sender.h>

Inheritance diagram for AuthSha256Sender:
[legend]

Public Types

enum class  Stage {
  Init , Response , PublicKey , Error ,
  Ok , Done
}
 
- Public Types inherited from BasicProcessor
enum class  Result {
  Again , RecvFromClient , SendToClient , RecvFromServer ,
  RecvFromBoth , SendToServer , SendableToServer , Suspend ,
  Done , Void
}
 

Public Member Functions

 AuthSha256Sender (MysqlRoutingClassicConnectionBase *conn, std::string initial_server_auth_data, std::string password)
 
stdx::expected< Result, std::error_code > process () override
 
void stage (Stage stage)
 
Stage stage () const
 
- Public Member Functions inherited from Processor
 BasicProcessor (MysqlRoutingClassicConnectionBase *conn)
 
- Public Member Functions inherited from BasicProcessor
 BasicProcessor (MysqlRoutingClassicConnectionBase *conn)
 
virtual ~BasicProcessor ()=default
 
const MysqlRoutingClassicConnectionBaseconnection () const
 
MysqlRoutingClassicConnectionBaseconnection ()
 

Private Types

using Auth = AuthSha256Password
 

Private Member Functions

stdx::expected< Result, std::error_code > init ()
 
stdx::expected< Result, std::error_code > response ()
 
stdx::expected< Result, std::error_code > public_key ()
 
stdx::expected< Result, std::error_code > error ()
 
stdx::expected< Result, std::error_code > ok ()
 

Private Attributes

Stage stage_ {Stage::Init}
 
std::string initial_server_auth_data_
 
std::string password_
 

Additional Inherited Members

- Protected Member Functions inherited from Processor
stdx::expected< Result, std::error_code > send_server_failed (std::error_code ec)
 
stdx::expected< Result, std::error_code > recv_server_failed (std::error_code ec)
 
stdx::expected< Result, std::error_code > send_client_failed (std::error_code ec)
 
stdx::expected< Result, std::error_code > recv_client_failed (std::error_code ec)
 
stdx::expected< Result, std::error_code > server_socket_failed (std::error_code ec)
 
stdx::expected< Result, std::error_code > client_socket_failed (std::error_code ec)
 
stdx::expected< void, std::error_code > discard_current_msg (Channel &src_channel, ClassicProtocolState &src_protocol)
 discard to current message. More...
 
template<class Proto >
stdx::expected< void, std::error_code > discard_current_msg (TlsSwitchableConnection< Proto > &conn)
 
void trace (Tracer::Event e)
 
Tracertracer ()
 
TraceEventtrace_span (TraceEvent *parent_span, const std::string_view &prefix)
 start a span. More...
 
void trace_span_end (TraceEvent *event, TraceEvent::StatusCode status_code=TraceEvent::StatusCode::kUnset)
 end a span and set a status-code. More...
 
TraceEventtrace_command (const std::string_view &prefix)
 start a command span. More...
 
TraceEventtrace_connect_and_forward_command (TraceEvent *parent_span)
 start a connect-and-forward span. More...
 
TraceEventtrace_connect (TraceEvent *parent_span)
 start a connect span. More...
 
void trace_set_connection_attributes (TraceEvent *ev)
 start a connect span. More...
 
TraceEventtrace_forward_command (TraceEvent *parent_span)
 start a forward span. More...
 
void trace_command_end (TraceEvent *event, TraceEvent::StatusCode status_code=TraceEvent::StatusCode::kUnset)
 end a command span and set a status-code. More...
 
- Static Protected Member Functions inherited from Processor
static void log_fatal_error_code (const char *msg, std::error_code ec)
 log a message with error-code as error. More...
 

Member Typedef Documentation

◆ Auth

Member Enumeration Documentation

◆ Stage

enum class AuthSha256Sender::Stage
strong
Enumerator
Init 
Response 
PublicKey 
Error 
Ok 
Done 

Constructor & Destructor Documentation

◆ AuthSha256Sender()

AuthSha256Sender::AuthSha256Sender ( MysqlRoutingClassicConnectionBase conn,
std::string  initial_server_auth_data,
std::string  password 
)
inline

Member Function Documentation

◆ error()

stdx::expected< Processor::Result, std::error_code > AuthSha256Sender::error ( )
private

◆ init()

stdx::expected< Processor::Result, std::error_code > AuthSha256Sender::init ( )
private

◆ ok()

stdx::expected< Processor::Result, std::error_code > AuthSha256Sender::ok ( )
private

◆ process()

stdx::expected< Processor::Result, std::error_code > AuthSha256Sender::process ( )
overridevirtual

Implements BasicProcessor.

◆ public_key()

stdx::expected< Processor::Result, std::error_code > AuthSha256Sender::public_key ( )
private

◆ response()

stdx::expected< Processor::Result, std::error_code > AuthSha256Sender::response ( )
private

◆ stage() [1/2]

Stage AuthSha256Sender::stage ( ) const
inline

◆ stage() [2/2]

void AuthSha256Sender::stage ( Stage  stage)
inline

Member Data Documentation

◆ initial_server_auth_data_

std::string AuthSha256Sender::initial_server_auth_data_
private

◆ password_

std::string AuthSha256Sender::password_
private

◆ stage_

Stage AuthSha256Sender::stage_ {Stage::Init}
private

The documentation for this class was generated from the following files: