Class KafkaClientAuthenticationPlain
java.lang.Object
io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthentication
io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthenticationPlain
- All Implemented Interfaces:
UnknownPropertyPreserving
Configures the Kafka client authentication using SASL PLAIN in client based components
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()voidsetPasswordSecret(PasswordSecretSource passwordSecret) voidsetUsername(String username) Methods inherited from class io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthentication
getAdditionalProperties, setAdditionalProperty
-
Field Details
-
TYPE_PLAIN
- See Also:
-
-
Constructor Details
-
KafkaClientAuthenticationPlain
public KafkaClientAuthenticationPlain()
-
-
Method Details
-
getType
- Specified by:
getTypein classKafkaClientAuthentication
-
getPasswordSecret
-
setPasswordSecret
-
getUsername
-
setUsername
-