Module fe2o3_amqp_types::sasl

source ·
Available on crate feature security only.
Expand description

Types defined in AMQP 1.0 specification Part 5.3: SASL

Modules§

  • Constans definedin AMQP 1.0 specification Part 5.3.4

Structs§

  • 5.3.3.3 SASL Challenge Security mechanism challenge. Send the SASL challenge data as defined by the SASL specification.
  • 5.3.3.2 SASL Init Initiate sasl exchange. Selects the sasl mechanism and provides the initial response if needed.
  • 5.3.3.1 SASL Mechanisms Advertise available sasl mechanisms. Advertises the available SASL mechanisms that can be used for authentication.
  • 5.3.3.5 SASL Outcome Indicates the outcome of the sasl dialog. This frame indicates the outcome of the SASL dialog. Upon successful completion of the SASL dialog the security layer has been established, and the peers MUST exchange protocol headers to either start a nested security layer, or to establish the AMQP connection.
  • 5.3.3.4 SASL Response Security mechanism response. Send the SASL response data as defined by the SASL specification.

Enums§

  • 5.3.3.6 SASL Code Codes to indicate the outcome of the sasl dialog.