public class SigV4AuthProvider.SigV4Authenticator extends Object implements com.datastax.oss.driver.api.core.auth.Authenticator
| Constructor and Description |
|---|
SigV4Authenticator() |
| Modifier and Type | Method and Description |
|---|---|
CompletionStage<ByteBuffer> |
evaluateChallenge(ByteBuffer challenge) |
CompletionStage<ByteBuffer> |
initialResponse() |
CompletionStage<Void> |
onAuthenticationSuccess(ByteBuffer token) |
public CompletionStage<ByteBuffer> initialResponse()
initialResponse in interface com.datastax.oss.driver.api.core.auth.Authenticatorpublic CompletionStage<ByteBuffer> evaluateChallenge(ByteBuffer challenge)
evaluateChallenge in interface com.datastax.oss.driver.api.core.auth.Authenticatorpublic CompletionStage<Void> onAuthenticationSuccess(ByteBuffer token)
onAuthenticationSuccess in interface com.datastax.oss.driver.api.core.auth.AuthenticatorCopyright © 2020–2023 Amazon Web Services. All rights reserved.