| Package | Description |
|---|---|
| io.strimzi.api.kafka.model | |
| io.strimzi.api.kafka.model.authentication |
| Modifier and Type | Method and Description |
|---|---|
void |
KafkaMirrorMakerClientSpec.setAuthentication(KafkaClientAuthentication authentication) |
void |
KafkaConnectSpec.setAuthentication(KafkaClientAuthentication authentication) |
void |
KafkaBridgeSpec.setAuthentication(KafkaClientAuthentication authentication) |
A |
KafkaMirrorMakerClientSpecFluentImpl.withAuthentication(KafkaClientAuthentication authentication) |
A |
KafkaConnectSpecFluent.withAuthentication(KafkaClientAuthentication authentication) |
A |
KafkaBridgeSpecFluentImpl.withAuthentication(KafkaClientAuthentication authentication) |
A |
KafkaConnectSpecFluentImpl.withAuthentication(KafkaClientAuthentication authentication) |
A |
KafkaBridgeSpecFluent.withAuthentication(KafkaClientAuthentication authentication) |
A |
KafkaMirrorMakerClientSpecFluent.withAuthentication(KafkaClientAuthentication authentication) |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaClientAuthenticationOAuth
Configures the Kafka client authentication using SASl OAUTHBEARER mechanism in client based components
|
class |
KafkaClientAuthenticationPlain
Configures the Kafka client authentication using SASL PLAIN in client based components
|
class |
KafkaClientAuthenticationScramSha512
Configures the Kafka client authentication usign SASL SCRAM_SHA_512 in client based components
|
class |
KafkaClientAuthenticationTls
Configures the Kafka client authentication using TLS client authentication in client based components
|
Copyright © 2020. All rights reserved.