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