Qpid Proton C++
0.17.0
|
SASL information. More...
#include <sasl.hpp>
Public Types | |
enum | outcome { NONE, OK, AUTH, SYS, PERM, TEMP } |
The result of the SASL negotiation. More... | |
Public Member Functions | |
sasl (const sasl &)=delete | |
sasl & | operator= (const sasl &)=delete |
sasl & | operator= (sasl &&)=delete |
enum outcome | outcome () const |
Get the outcome. | |
std::string | user () const |
Get the user name. | |
std::string | mech () const |
Get the mechanism. | |
SASL information.
enum outcome |