class DseGssapiAuthProvider
AuthProvider that provides GSSAPI authenticator instances for clients to connect to DSE clusters secured with the DseAuthenticator.
Constructor
new
DseGssapiAuthProvider
([Object gssOptions])
Creates a new instance of DseGssapiAuthProvider.
Methods
Performs a lookupService query that resolves an IPv4 or IPv6 address to a hostname. This ultimately makes a
getnameinfo() system call which depends on the OS to do hostname resolution.
dns.lookupService which was added in 0.12. For older versions falls back on
reverseDnsResolver.
- Static
- This function is static
Returns an Authenticator instance to be used by the driver when connecting to a host.
Performs a reverse DNS query that resolves an IPv4 or IPv6 address to a hostname.
- Static
- This function is static