public class PlainTextAuthProviderFactory extends Object implements AuthProviderFactory
PlainTextAuthProvider instances.
Configuration Parameters:
| Name | Default | Description |
| username | No default. You must define a username. | The username to authenticate with. |
| password | No default. You must define a password. | The password to authenticate with. |
| Constructor and Description |
|---|
PlainTextAuthProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.AuthProvider |
build() |
String |
getPassword() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
public String getPassword()
public void setPassword(String password)
public com.datastax.driver.core.AuthProvider build()
build in interface AuthProviderFactoryCopyright © 2016 Composable Systems Limited. All rights reserved.