class Dse::Auth::Providers::GssApi
Auth provider to authenticate with Kerberos. Whenever the client connects to a DSE node,
this provider will perform Kerberos authentication operations with it. By default, the provider
takes the ip address of the node and uses Socket#getnameinfo
to find its name in order to construct
the full service address (e.g. service@host).
Inherits
Cassandra::Auth::Provider
Methods
self.
new
(service = ‘dse’, host_resolver = true, principal = nil, ticket_cache = nil)Returns a new instance of GssApi