MCPcopy Create free account
hub / github.com/apache/impala / getMechanismName

Method getMechanismName

be/src/transport/TSasl.cpp:193–195  ·  view source on GitHub ↗

Returns the IANA-registered mechanism name of this SASL client. */

Source from the content-addressed store, hash-verified

191
192/* Returns the IANA-registered mechanism name of this SASL client. */
193string TSaslClient::getMechanismName() {
194 return chosenMech;
195}
196
197/* Retrieves the negotiated property */
198string TSaslClient::getNegotiatedProperty(const string& propName) {

Callers 2

Calls 2

SaslExceptionClass · 0.85
strMethod · 0.45

Tested by

no test coverage detected