public static class AuthProvider.NoAuthProvider extends Object implements AuthProvider
AuthProvider.NoAuthProvider, AuthProvider.TransitionalModePlainTextAuthenticator
NONE
Constructor and Description |
---|
NoAuthProvider() |
Modifier and Type | Method and Description |
---|---|
Authenticator |
newAuthenticator(InetSocketAddress host,
String authenticator)
The
Authenticator to use when connecting to host |
public Authenticator newAuthenticator(InetSocketAddress host, String authenticator)
AuthProvider
Authenticator
to use when connecting to host
newAuthenticator
in interface AuthProvider
host
- the Cassandra host to connect to.authenticator
- the configured authenticator on the host.Copyright © 2012–2017. All rights reserved.