Uses of Interface
com.datastax.driver.core.Authenticator

Packages that use Authenticator
com.datastax.driver.core The main package for the DataStax Java driver for Cassandra. 
com.datastax.driver.core.sasl   
 

Uses of Authenticator in com.datastax.driver.core
 

Methods in com.datastax.driver.core that return Authenticator
 Authenticator PlainTextAuthProvider.newAuthenticator(InetAddress host)
          Uses the supplied credentials and the SASL PLAIN mechanism to login to the server.
 Authenticator AuthProvider.newAuthenticator(InetAddress host)
          The Authenticator to use when connecting to host
 

Uses of Authenticator in com.datastax.driver.core.sasl
 

Classes in com.datastax.driver.core.sasl that implement Authenticator
 class KerberosAuthenticator
          Responsible for authenticating with secured DSE services using Kerberos over GSSAPI & SASL.
 

Methods in com.datastax.driver.core.sasl that return Authenticator
 Authenticator DseAuthProvider.newAuthenticator(InetAddress host)
           
 



Copyright © 2013. All Rights Reserved.