16#ifndef INCLUDED_RMQT_PLAINCREDENTIALS
17#define INCLUDED_RMQT_PLAINCREDENTIALS
19#include <rmqt_credentials.h>
21#include <bsls_keyword.h>
23#include <bsl_string.h>
25namespace BloombergLP {
37 bsl::string formatCredentials() BSLS_KEYWORD_OVERRIDE;
39 bsl::string authenticationMechanism() BSLS_KEYWORD_OVERRIDE;
42 bsl::string d_username;
43 bsl::string d_password;
Base class for AMQP credentials.
Definition: rmqt_credentials.h:26
Plain credentials for RabbitMQ broker authorization.
Definition: rmqt_plaincredentials.h:33