C# Class CqlSharp.Authentication.PasswordAuthenticatorFactory

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

Méthodes publiques

Méthode Description
CreateAuthenticator ( CqlConnectionStringBuilder config ) : IAuthenticator

Method Details

CreateAuthenticator() public méthode

public CreateAuthenticator ( CqlConnectionStringBuilder config ) : IAuthenticator
config CqlConnectionStringBuilder
Résultat IAuthenticator