public class SigV4AuthProvider.SigV4Authenticator extends Object implements com.datastax.driver.core.Authenticator
| Constructor and Description |
|---|
SigV4Authenticator() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
evaluateChallenge(byte[] bytes) |
byte[] |
initialResponse() |
void |
onAuthenticationSuccess(byte[] bytes) |
public byte[] initialResponse()
initialResponse in interface com.datastax.driver.core.Authenticatorpublic byte[] evaluateChallenge(byte[] bytes)
evaluateChallenge in interface com.datastax.driver.core.Authenticatorpublic void onAuthenticationSuccess(byte[] bytes)
onAuthenticationSuccess in interface com.datastax.driver.core.AuthenticatorCopyright © 2020 Amazon Web Services. All rights reserved.