Uses of Class
io.strimzi.api.kafka.model.listener.KafkaListenerAuthentication
Packages that use KafkaListenerAuthentication
Package
Description
-
Uses of KafkaListenerAuthentication in io.strimzi.api.kafka.model.listener
Subclasses of KafkaListenerAuthentication in io.strimzi.api.kafka.model.listenerModifier and TypeClassDescriptionclassConfigures a listener to use custom authentication.classConfigures a listener to use OAuth authentication.classConfigures a listener to use SASL SCRAM-SHA-512 for authentication.classConfigures a listener to use mutual TLS authentication.Constructors in io.strimzi.api.kafka.model.listener with parameters of type KafkaListenerAuthenticationModifierConstructorDescription -
Uses of KafkaListenerAuthentication in io.strimzi.api.kafka.model.listener.arraylistener
Methods in io.strimzi.api.kafka.model.listener.arraylistener that return KafkaListenerAuthenticationModifier and TypeMethodDescriptionGenericKafkaListenerFluent.buildAuth()GenericKafkaListener.getAuth()Methods in io.strimzi.api.kafka.model.listener.arraylistener with parameters of type KafkaListenerAuthenticationModifier and TypeMethodDescriptionvoidGenericKafkaListener.setAuth(KafkaListenerAuthentication auth) GenericKafkaListenerFluent.withAuth(KafkaListenerAuthentication auth)