protected static class DseGssApiAuthProviderBase.GssApiAuthenticator extends BaseDseAuthenticator
| Modifier | Constructor and Description |
|---|---|
protected |
GssApiAuthenticator(DseGssApiAuthProviderBase.GssApiOptions options,
com.datastax.oss.driver.api.core.metadata.EndPoint endPoint,
String serverAuthenticator) |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
evaluateChallengeSync(ByteBuffer challenge) |
protected ByteBuffer |
getInitialServerChallenge()
Return a byte buffer containing the expected successful server challenge.
|
protected ByteBuffer |
getMechanism()
Return a byte buffer containing the required SASL mechanism.
|
initialResponseSync, onAuthenticationSuccessSyncprotected GssApiAuthenticator(DseGssApiAuthProviderBase.GssApiOptions options, com.datastax.oss.driver.api.core.metadata.EndPoint endPoint, String serverAuthenticator)
@NonNull protected ByteBuffer getMechanism()
BaseDseAuthenticatorThis should be one of:
getMechanism in class BaseDseAuthenticator@NonNull protected ByteBuffer getInitialServerChallenge()
BaseDseAuthenticatorThis should be one of:
getInitialServerChallenge in class BaseDseAuthenticator@Nullable public ByteBuffer evaluateChallengeSync(@Nullable ByteBuffer challenge)
Copyright © 2017–2019. All rights reserved.