Package | Description |
---|---|
com.datastax.driver.auth | |
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Class and Description |
---|---|
class |
KerberosAuthenticator
Responsible for authenticating with secured DSE services using Kerberos
over GSSAPI & SASL.
|
Modifier and Type | Method and Description |
---|---|
Authenticator |
DseAuthProvider.newAuthenticator(InetSocketAddress host) |
Modifier and Type | Method and Description |
---|---|
Authenticator |
PlainTextAuthProvider.newAuthenticator(InetSocketAddress host)
Uses the supplied credentials and the SASL PLAIN mechanism to login
to the server.
|
Authenticator |
AuthProvider.newAuthenticator(InetSocketAddress host)
The
Authenticator to use when connecting to host |
Copyright © 2012–2015. All rights reserved.