Click or drag to resize

IAuthenticator Interface

Handles SASL authentication with Cassandra servers. A server which requires authentication responds to a startup message with an challenge in the form of an AuthenticateMessage. Authenticator implementations should be able to respond to that challenge and perform whatever authentication negotiation is required by the server. The exact nature of that negotiation is specific to the configuration of the server.

Namespace:  Dse
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public interface IAuthenticator

The IAuthenticator type exposes the following members.

Methods
  NameDescription
Public methodEvaluateChallenge
Evaluate a challenge received from the Server. Generally, this method should return null when authentication is complete from the client perspective
Public methodInitialResponse
Obtain an initial response token for initializing the SASL handshake
Top
See Also

Reference