#include <TSasl.h>
|
| | TSaslClient (const std::string &mechanisms, const std::string &authorizationId, const std::string &protocol, const std::string &serverName, const std::map< std::string, std::string > &props, sasl_callback_t *callbacks) |
| |
| uint8_t * | evaluateChallengeOrResponse (const uint8_t *challenge, const uint32_t len, uint32_t *outLen) |
| |
| virtual std::string | getMechanismName () |
| |
| std::string | getNegotiatedProperty (const std::string &propName) |
| |
| virtual bool | hasInitialResponse () |
| |
| bool | isComplete () |
| |
| uint8_t * | unwrap (const uint8_t *incoming, const int offset, const uint32_t len, uint32_t *outLen) |
| |
| uint8_t * | wrap (const uint8_t *outgoing, int offset, const uint32_t len, uint32_t *outLen) |
| |
| std::string | getUsername () |
| |
Definition at line 123 of file TSasl.h.
| sasl::TSaslClient::TSaslClient |
( |
const std::string & |
mechanisms, |
|
|
const std::string & |
authorizationId, |
|
|
const std::string & |
protocol, |
|
|
const std::string & |
serverName, |
|
|
const std::map< std::string, std::string > & |
props, |
|
|
sasl_callback_t * |
callbacks |
|
) |
| |
| uint8_t* sasl::TSaslClient::evaluateChallengeOrResponse |
( |
const uint8_t * |
challenge, |
|
|
const uint32_t |
len, |
|
|
uint32_t * |
outLen |
|
) |
| |
|
virtual |
| virtual std::string sasl::TSaslClient::getMechanismName |
( |
| ) |
|
|
virtual |
| std::string sasl::TSaslClient::getNegotiatedProperty |
( |
const std::string & |
propName | ) |
|
| std::string sasl::TSasl::getUsername |
( |
| ) |
|
|
inherited |
| virtual bool sasl::TSaslClient::hasInitialResponse |
( |
| ) |
|
|
virtual |
| bool sasl::TSasl::isComplete |
( |
| ) |
|
|
inlineinherited |
| static void sasl::TSasl::SaslDone |
( |
| ) |
|
|
inlinestaticinherited |
| static void sasl::TSaslClient::SaslInit |
( |
sasl_callback_t * |
callbacks | ) |
|
|
inlinestatic |
| uint8_t* sasl::TSasl::unwrap |
( |
const uint8_t * |
incoming, |
|
|
const int |
offset, |
|
|
const uint32_t |
len, |
|
|
uint32_t * |
outLen |
|
) |
| |
|
inherited |
| uint8_t* sasl::TSasl::wrap |
( |
const uint8_t * |
outgoing, |
|
|
int |
offset, |
|
|
const uint32_t |
len, |
|
|
uint32_t * |
outLen |
|
) |
| |
|
inherited |
| bool sasl::TSasl::authComplete |
|
protectedinherited |
| std::string sasl::TSaslClient::chosenMech |
|
private |
| bool sasl::TSaslClient::clientStarted |
|
private |
| sasl_conn_t* sasl::TSasl::conn |
|
protectedinherited |
| std::string sasl::TSaslClient::mechList |
|
private |
The documentation for this class was generated from the following file: