Class KafkaClientAuthentication
java.lang.Object
io.strimzi.api.kafka.model.authentication.KafkaClientAuthentication
- All Implemented Interfaces:
UnknownPropertyPreserving,Serializable
- Direct Known Subclasses:
KafkaClientAuthenticationOAuth,KafkaClientAuthenticationPlain,KafkaClientAuthenticationScram,KafkaClientAuthenticationTls
public abstract class KafkaClientAuthentication
extends Object
implements UnknownPropertyPreserving, Serializable
Configures the Kafka client authentication in client based components
- See Also:
-
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
-