Class KafkaClientAuthentication
java.lang.Object
io.strimzi.api.kafka.model.common.authentication.KafkaClientAuthentication
- All Implemented Interfaces:
UnknownPropertyPreserving
- Direct Known Subclasses:
KafkaClientAuthenticationOAuth,KafkaClientAuthenticationPlain,KafkaClientAuthenticationScram,KafkaClientAuthenticationTls
Configures the Kafka client authentication in client based components
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetType()voidsetAdditionalProperty(String name, Object value)
-
Constructor Details
-
KafkaClientAuthentication
public KafkaClientAuthentication()
-
-
Method Details
-
getType
-
getAdditionalProperties
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-