addServerDefinition(const std::string &mechanism, const std::string &protocol, const std::string &serverName, const std::string &realm, unsigned int flags, std::map< std::string, std::string > props, std::vector< struct sasl_callback > callbacks) | apache::thrift::transport::TSaslServerTransport | inline |
close() | apache::thrift::transport::TSaslTransport | virtual |
decodeInt(uint8_t *buf, uint32_t offset) | apache::thrift::transport::TSaslTransport | inlineprotected |
encodeInt(uint32_t x, uint8_t *buf, uint32_t offset) | apache::thrift::transport::TSaslTransport | inlineprotected |
flush() | apache::thrift::transport::TSaslTransport | virtual |
getUnderlyingTransport() | apache::thrift::transport::TSaslTransport | inline |
getUsername() | apache::thrift::transport::TSaslTransport | |
handleSaslStartMessage() | apache::thrift::transport::TSaslServerTransport | privatevirtual |
isClient_ | apache::thrift::transport::TSaslTransport | protected |
isOpen() | apache::thrift::transport::TSaslTransport | virtual |
memBuf_ | apache::thrift::transport::TSaslTransport | protected |
open() | apache::thrift::transport::TSaslTransport | virtual |
peek() | apache::thrift::transport::TSaslTransport | virtual |
protoBuf_ | apache::thrift::transport::TSaslTransport | protected |
read(uint8_t *buf, uint32_t len) | apache::thrift::transport::TSaslTransport | |
readLength() | apache::thrift::transport::TSaslTransport | protected |
receiveSaslMessage(NegotiationStatus *status, uint32_t *length) | apache::thrift::transport::TSaslTransport | protected |
sasl_ | apache::thrift::transport::TSaslTransport | protected |
sendSaslMessage(const NegotiationStatus status, const uint8_t *payload, const uint32_t length, bool flush=true) | apache::thrift::transport::TSaslTransport | protected |
serverDefinitionMap_ | apache::thrift::transport::TSaslServerTransport | private |
setSaslServer(sasl::TSasl *saslServer) | apache::thrift::transport::TSaslServerTransport | |
shouldWrap_ | apache::thrift::transport::TSaslTransport | protected |
shrinkBuffer() | apache::thrift::transport::TSaslTransport | protected |
transport_ | apache::thrift::transport::TSaslTransport | protected |
TSaslServerTransport(const std::map< std::string, TSaslServerDefinition * > &serverMap, boost::shared_ptr< TTransport > transport) | apache::thrift::transport::TSaslServerTransport | private |
TSaslServerTransport(boost::shared_ptr< TTransport > transport) | apache::thrift::transport::TSaslServerTransport | |
TSaslServerTransport(const std::string &mechanism, const std::string &protocol, const std::string &serverName, const std::string &realm, unsigned flags, const std::map< std::string, std::string > &props, const std::vector< struct sasl_callback > &callbacks, boost::shared_ptr< TTransport > transport) | apache::thrift::transport::TSaslServerTransport | |
TSaslTransport(boost::shared_ptr< TTransport > transport) | apache::thrift::transport::TSaslTransport | |
TSaslTransport(boost::shared_ptr< sasl::TSasl > saslClient, boost::shared_ptr< TTransport > transport) | apache::thrift::transport::TSaslTransport | |
write(const uint8_t *buf, uint32_t len) | apache::thrift::transport::TSaslTransport | |
writeLength(uint32_t length) | apache::thrift::transport::TSaslTransport | protected |
~TSaslTransport() | apache::thrift::transport::TSaslTransport | virtual |