Class KafkaClientAuthenticationScram
java.lang.Object
io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthentication
io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthenticationScram
- All Implemented Interfaces:
UnknownPropertyPreserving
- Direct Known Subclasses:
KafkaClientAuthenticationScramSha256,KafkaClientAuthenticationScramSha512
Configures the Kafka client authentication using one of the possible SASL SCRAM_SHA_* methods in client based
components
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract PasswordSecretSourceabstract Stringabstract voidsetPasswordSecret(PasswordSecretSource passwordSecret) abstract voidsetUsername(String username) Methods inherited from class io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthentication
getAdditionalProperties, getType, setAdditionalProperty
-
Constructor Details
-
KafkaClientAuthenticationScram
public KafkaClientAuthenticationScram()
-
-
Method Details
-
getPasswordSecret
-
setPasswordSecret
-
getUsername
-
setUsername
-