sasl Class Reference

SASL information. More...

#include <sasl.hpp>

List of all members.

Public Types

enum  outcome {
  NONE, OK, AUTH, SYS,
  PERM, TEMP
}
 

The result of the SASL negotiation.

More...

Public Member Functions

enum outcome outcome () const
 Get the outcome.
std::string user () const
 Get the user name.
std::string mech () const
 Get the mechanism.

Detailed Description

SASL information.


Member Enumeration Documentation

enum outcome

The result of the SASL negotiation.

Enumerator:
NONE 

Negotiation not completed.

OK 

Authentication succeeded.

AUTH 

Failed due to bad credentials.

SYS 

Failed due to a system error.

PERM 

Failed due to unrecoverable error.

TEMP 

Failed due to transient error.


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

Generated on 14 May 2019 for Qpid Proton C++ by  doxygen 1.6.1