Uses of Interface
io.strimzi.api.kafka.model.listener.KafkaListenerAuthenticationFluent
-
Packages that use KafkaListenerAuthenticationFluent Package Description io.strimzi.api.kafka.model.listener io.strimzi.api.kafka.model.listener.arraylistener -
-
Uses of KafkaListenerAuthenticationFluent in io.strimzi.api.kafka.model.listener
Classes in io.strimzi.api.kafka.model.listener with type parameters of type KafkaListenerAuthenticationFluent Modifier and Type Interface Description interfaceKafkaListenerAuthenticationFluent<A extends KafkaListenerAuthenticationFluent<A>>Configures listener authentication.classKafkaListenerAuthenticationFluentImpl<A extends KafkaListenerAuthenticationFluent<A>>Configures listener authentication.Subinterfaces of KafkaListenerAuthenticationFluent in io.strimzi.api.kafka.model.listener Modifier and Type Interface Description interfaceKafkaListenerAuthenticationCustomFluent<A extends KafkaListenerAuthenticationCustomFluent<A>>Configures a listener to use custom authentication.interfaceKafkaListenerAuthenticationOAuthFluent<A extends KafkaListenerAuthenticationOAuthFluent<A>>Configures a listener to use OAuth authentication.interfaceKafkaListenerAuthenticationScramSha512Fluent<A extends KafkaListenerAuthenticationScramSha512Fluent<A>>Configures a listener to use SASL SCRAM-SHA-512 for authentication.interfaceKafkaListenerAuthenticationTlsFluent<A extends KafkaListenerAuthenticationTlsFluent<A>>Configures a listener to use mutual TLS authentication.Classes in io.strimzi.api.kafka.model.listener that implement KafkaListenerAuthenticationFluent Modifier and Type Class Description classKafkaListenerAuthenticationCustomBuilderConfigures a listener to use custom authentication.classKafkaListenerAuthenticationCustomFluentImpl<A extends KafkaListenerAuthenticationCustomFluent<A>>Configures a listener to use custom authentication.classKafkaListenerAuthenticationFluentImpl<A extends KafkaListenerAuthenticationFluent<A>>Configures listener authentication.classKafkaListenerAuthenticationOAuthBuilderConfigures a listener to use OAuth authentication.classKafkaListenerAuthenticationOAuthFluentImpl<A extends KafkaListenerAuthenticationOAuthFluent<A>>Configures a listener to use OAuth authentication.classKafkaListenerAuthenticationScramSha512BuilderConfigures a listener to use SASL SCRAM-SHA-512 for authentication.classKafkaListenerAuthenticationScramSha512FluentImpl<A extends KafkaListenerAuthenticationScramSha512Fluent<A>>Configures a listener to use SASL SCRAM-SHA-512 for authentication.classKafkaListenerAuthenticationTlsBuilderConfigures a listener to use mutual TLS authentication.classKafkaListenerAuthenticationTlsFluentImpl<A extends KafkaListenerAuthenticationTlsFluent<A>>Configures a listener to use mutual TLS authentication. -
Uses of KafkaListenerAuthenticationFluent in io.strimzi.api.kafka.model.listener.arraylistener
Subinterfaces of KafkaListenerAuthenticationFluent in io.strimzi.api.kafka.model.listener.arraylistener Modifier and Type Interface Description static interfaceGenericKafkaListenerFluent.KafkaListenerAuthenticationCustomAuthNested<N>Configures a listener to use custom authentication.static interfaceGenericKafkaListenerFluent.KafkaListenerAuthenticationOAuthNested<N>Configures a listener to use OAuth authentication.static interfaceGenericKafkaListenerFluent.KafkaListenerAuthenticationScramSha512AuthNested<N>Configures a listener to use SASL SCRAM-SHA-512 for authentication.static interfaceGenericKafkaListenerFluent.KafkaListenerAuthenticationTlsAuthNested<N>Configures a listener to use mutual TLS authentication.Classes in io.strimzi.api.kafka.model.listener.arraylistener that implement KafkaListenerAuthenticationFluent Modifier and Type Class Description classGenericKafkaListenerFluentImpl.KafkaListenerAuthenticationCustomAuthNestedImpl<N>Configures a listener to use custom authentication.classGenericKafkaListenerFluentImpl.KafkaListenerAuthenticationOAuthNestedImpl<N>Configures a listener to use OAuth authentication.classGenericKafkaListenerFluentImpl.KafkaListenerAuthenticationScramSha512AuthNestedImpl<N>Configures a listener to use SASL SCRAM-SHA-512 for authentication.classGenericKafkaListenerFluentImpl.KafkaListenerAuthenticationTlsAuthNestedImpl<N>Configures a listener to use mutual TLS authentication.
-