public class KerberosAuthenticator extends Object implements com.datastax.driver.core.Authenticator
| Modifier and Type | Field and Description |
|---|---|
static String |
JAAS_CONFIG_ENTRY |
static String |
SASL_PROTOCOL_NAME |
static String |
SASL_PROTOCOL_NAME_PROPERTY |
static String[] |
SUPPORTED_MECHANISMS |
| Constructor and Description |
|---|
KerberosAuthenticator(InetSocketAddress host) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
evaluateChallenge(byte[] challenge) |
byte[] |
initialResponse() |
void |
onAuthenticationSuccess(byte[] token) |
public static final String JAAS_CONFIG_ENTRY
public static final String[] SUPPORTED_MECHANISMS
public static final String SASL_PROTOCOL_NAME
public static final String SASL_PROTOCOL_NAME_PROPERTY
public KerberosAuthenticator(InetSocketAddress host)
public byte[] initialResponse()
initialResponse in interface com.datastax.driver.core.Authenticatorpublic byte[] evaluateChallenge(byte[] challenge)
evaluateChallenge in interface com.datastax.driver.core.Authenticatorpublic void onAuthenticationSuccess(byte[] token)
onAuthenticationSuccess in interface com.datastax.driver.core.AuthenticatorCopyright © 2014. All rights reserved.