Uses of Class
io.strimzi.api.kafka.model.listener.KafkaListenerAuthentication
-
Packages that use KafkaListenerAuthentication Package Description io.strimzi.api.kafka.model.listener io.strimzi.api.kafka.model.listener.arraylistener -
-
Uses of KafkaListenerAuthentication in io.strimzi.api.kafka.model.listener
Subclasses of KafkaListenerAuthentication in io.strimzi.api.kafka.model.listener Modifier and Type Class Description classKafkaListenerAuthenticationCustomConfigures a listener to use custom authentication.classKafkaListenerAuthenticationOAuthConfigures a listener to use OAuth authentication.classKafkaListenerAuthenticationScramSha512Configures a listener to use SASL SCRAM-SHA-512 for authentication.classKafkaListenerAuthenticationTlsConfigures a listener to use mutual TLS authentication.Constructors in io.strimzi.api.kafka.model.listener with parameters of type KafkaListenerAuthentication Constructor Description KafkaListenerAuthenticationFluentImpl(KafkaListenerAuthentication instance) -
Uses of KafkaListenerAuthentication in io.strimzi.api.kafka.model.listener.arraylistener
Methods in io.strimzi.api.kafka.model.listener.arraylistener that return KafkaListenerAuthentication Modifier and Type Method Description KafkaListenerAuthenticationGenericKafkaListenerFluent. buildAuth()KafkaListenerAuthenticationGenericKafkaListenerFluentImpl. buildAuth()KafkaListenerAuthenticationGenericKafkaListener. getAuth()KafkaListenerAuthenticationGenericKafkaListenerFluent. getAuth()Deprecated.KafkaListenerAuthenticationGenericKafkaListenerFluentImpl. getAuth()Deprecated.Methods in io.strimzi.api.kafka.model.listener.arraylistener with parameters of type KafkaListenerAuthentication Modifier and Type Method Description voidGenericKafkaListener. setAuth(KafkaListenerAuthentication auth)AGenericKafkaListenerFluent. withAuth(KafkaListenerAuthentication auth)AGenericKafkaListenerFluentImpl. withAuth(KafkaListenerAuthentication auth)
-