MCPcopy Create free account
hub / github.com/apache/cassandra-python-driver / initial_response

Method initial_response

cassandra/auth.py:259–263  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

257 raise NotImplementedError("get_initial_challenge not implemented")
258
259 def initial_response(self):
260 if self.server_authenticator_class == "com.datastax.bdp.cassandra.auth.DseAuthenticator":
261 return self.get_mechanism()
262 else:
263 return self.evaluate_challenge(self.get_initial_challenge())
264
265
266class PlainTextAuthenticator(BaseDSEAuthenticator):

Callers

nothing calls this directly

Calls 3

get_mechanismMethod · 0.95
get_initial_challengeMethod · 0.95
evaluate_challengeMethod · 0.45

Tested by

no test coverage detected