Method: Cassandra::Auth#create_authenticator
- Defined in:
- lib/cassandra/auth.rb
#create_authenticator(authentication_class, host) ⇒ Cassandra::Auth::Authenticator?
Note:
This method must absolutely not block.
Create a new authenticator object. This method will be called once per connection that requires authentication. The auth provider can create different authenticators for different authentication classes, or return nil if it does not support the authentication class.
|
# File 'lib/cassandra/auth.rb', line 37
|