C# Class CqlSharp.Authentication.PasswordAuthenticatorFactory

Factory for username/password authentication. Matches org.apache.cassandra.auth.PasswordAuthenticator
Inheritance: IAuthenticatorFactory
Show file Open project: reuzel/CqlSharp

Public Methods

Method Description
CreateAuthenticator ( CqlConnectionStringBuilder config ) : IAuthenticator

Method Details

CreateAuthenticator() public method

public CreateAuthenticator ( CqlConnectionStringBuilder config ) : IAuthenticator
config CqlConnectionStringBuilder
return IAuthenticator