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

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

Uses of AuthInfoProvider in com.datastax.driver.core
 

Classes in com.datastax.driver.core that implement AuthInfoProvider
 class SimpleAuthInfoProvider
          A simple AuthInfoProvider implementation.
 

Fields in com.datastax.driver.core declared as AuthInfoProvider
static AuthInfoProvider AuthInfoProvider.NONE
          A provider that provides no authentication information.
 

Methods in com.datastax.driver.core that return AuthInfoProvider
 AuthInfoProvider Configuration.getAuthInfoProvider()
          The authentication provider used to connect to the Cassandra cluster.
 

Methods in com.datastax.driver.core with parameters of type AuthInfoProvider
 Cluster.Builder Cluster.Builder.withAuthInfoProvider(AuthInfoProvider authInfoProvider)
          Use the provided AuthInfoProvider to connect to Cassandra hosts.
 

Constructors in com.datastax.driver.core with parameters of type AuthInfoProvider
Configuration(Policies policies, ProtocolOptions protocolOptions, PoolingOptions poolingOptions, SocketOptions socketOptions, AuthInfoProvider authProvider, boolean metricsEnabled)
           
 



Copyright © 2013. All Rights Reserved.