struct CassAuthenticator
An authenticator.
Functions
Gets the IP address of the host being authenticated.
Gets the hostname of the host being authenticated.
Gets the class name for the server-side IAuthentication implementation.
Gets the user data created during the authenticator exchange. This is set using CassAuthenticator::cass_authenticator_set_exchange_data
.
Sets the user data to be used during the authenticator exchange.
Gets a response token buffer of the provided size.
void
cass_authenticator_set_response
(CassAuthenticator *
auth, const char *
response, size_t
response_size )
Sets the response token.
Sets an error for the authenticator exchange.
void
cass_authenticator_set_error_n
(CassAuthenticator *
auth, const char *
message, size_t
message_length )
Same as CassAuthenticator::cass_authenticator_set_error_n
, but with lengths for string parameters.