| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static Scram.Builder |
Scram.builder() |
Scram.Builder |
Scram.Builder.enabled(Boolean enabled)
SASL/SCRAM authentication is enabled or not.
|
Scram.Builder |
Scram.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Scram.Builder> |
Scram.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Sasl.Builder |
Sasl.Builder.scram(Consumer<Scram.Builder> scram)
Details for SASL/SCRAM client authentication.
|
Copyright © 2023. All rights reserved.