Class KafkaListenerAuthentication
java.lang.Object
io.strimzi.api.kafka.model.kafka.listener.KafkaListenerAuthentication
- All Implemented Interfaces:
UnknownPropertyPreserving
- Direct Known Subclasses:
KafkaListenerAuthenticationCustom,KafkaListenerAuthenticationOAuth,KafkaListenerAuthenticationScramSha512,KafkaListenerAuthenticationTls
public abstract class KafkaListenerAuthentication
extends Object
implements UnknownPropertyPreserving
Configures listener authentication.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract StringgetType()voidsetAdditionalProperty(String name, Object value)
-
Constructor Details
-
KafkaListenerAuthentication
public KafkaListenerAuthentication()
-
-
Method Details
-
getType
-
getAdditionalProperties
- Specified by:
getAdditionalPropertiesin interfaceUnknownPropertyPreserving
-
setAdditionalProperty
- Specified by:
setAdditionalPropertyin interfaceUnknownPropertyPreserving
-