Uses of Class
io.strimzi.api.kafka.model.common.CertSecretSource
Packages that use CertSecretSource
Package
Description
-
Uses of CertSecretSource in io.strimzi.api.kafka.model.common
Methods in io.strimzi.api.kafka.model.common that return CertSecretSourceModifier and TypeMethodDescriptionCertSecretSourceBuilder.build()ClientTlsFluent.buildFirstTrustedCertificate()ClientTlsFluent.buildLastTrustedCertificate()ClientTlsFluent.buildMatchingTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) ClientTlsFluent.buildTrustedCertificate(int index) Methods in io.strimzi.api.kafka.model.common that return types with arguments of type CertSecretSourceModifier and TypeMethodDescriptionClientTlsFluent.buildTrustedCertificates()ClientTls.getTrustedCertificates()Methods in io.strimzi.api.kafka.model.common with parameters of type CertSecretSourceModifier and TypeMethodDescriptionClientTlsFluent.addNewTrustedCertificateLike(CertSecretSource item) ClientTlsFluent.addToTrustedCertificates(int index, CertSecretSource item) ClientTlsFluent.addToTrustedCertificates(CertSecretSource... items) ClientTlsFluent.removeFromTrustedCertificates(CertSecretSource... items) ClientTlsFluent.setNewTrustedCertificateLike(int index, CertSecretSource item) ClientTlsFluent.setToTrustedCertificates(int index, CertSecretSource item) ClientTlsFluent.withTrustedCertificates(CertSecretSource... trustedCertificates) Method parameters in io.strimzi.api.kafka.model.common with type arguments of type CertSecretSourceModifier and TypeMethodDescriptionClientTlsFluent.addAllToTrustedCertificates(Collection<CertSecretSource> items) ClientTlsFluent.removeAllFromTrustedCertificates(Collection<CertSecretSource> items) voidClientTls.setTrustedCertificates(List<CertSecretSource> trustedCertificates) ClientTlsFluent.withTrustedCertificates(List<CertSecretSource> trustedCertificates) Constructors in io.strimzi.api.kafka.model.common with parameters of type CertSecretSourceModifierConstructorDescriptionCertSecretSourceBuilder(CertSecretSource instance) CertSecretSourceBuilder(CertSecretSourceFluent<?> fluent, CertSecretSource instance) CertSecretSourceFluent(CertSecretSource instance) -
Uses of CertSecretSource in io.strimzi.api.kafka.model.common.authentication
Methods in io.strimzi.api.kafka.model.common.authentication that return CertSecretSourceModifier and TypeMethodDescriptionKafkaClientAuthenticationOAuthFluent.buildFirstTlsTrustedCertificate()KafkaClientAuthenticationOAuthFluent.buildLastTlsTrustedCertificate()KafkaClientAuthenticationOAuthFluent.buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) KafkaClientAuthenticationOAuthFluent.buildTlsTrustedCertificate(int index) Methods in io.strimzi.api.kafka.model.common.authentication that return types with arguments of type CertSecretSourceModifier and TypeMethodDescriptionKafkaClientAuthenticationOAuthFluent.buildTlsTrustedCertificates()KafkaClientAuthenticationOAuth.getTlsTrustedCertificates()Methods in io.strimzi.api.kafka.model.common.authentication with parameters of type CertSecretSourceModifier and TypeMethodDescriptionKafkaClientAuthenticationOAuthFluent.addNewTlsTrustedCertificateLike(CertSecretSource item) KafkaClientAuthenticationOAuthFluent.addToTlsTrustedCertificates(int index, CertSecretSource item) KafkaClientAuthenticationOAuthFluent.addToTlsTrustedCertificates(CertSecretSource... items) KafkaClientAuthenticationOAuthFluent.removeFromTlsTrustedCertificates(CertSecretSource... items) KafkaClientAuthenticationOAuthFluent.setNewTlsTrustedCertificateLike(int index, CertSecretSource item) KafkaClientAuthenticationOAuthFluent.setToTlsTrustedCertificates(int index, CertSecretSource item) KafkaClientAuthenticationOAuthFluent.withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates) Method parameters in io.strimzi.api.kafka.model.common.authentication with type arguments of type CertSecretSourceModifier and TypeMethodDescriptionKafkaClientAuthenticationOAuthFluent.addAllToTlsTrustedCertificates(Collection<CertSecretSource> items) KafkaClientAuthenticationOAuthFluent.removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items) voidKafkaClientAuthenticationOAuth.setTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) KafkaClientAuthenticationOAuthFluent.withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) -
Uses of CertSecretSource in io.strimzi.api.kafka.model.kafka
Methods in io.strimzi.api.kafka.model.kafka that return CertSecretSourceModifier and TypeMethodDescriptionKafkaAuthorizationKeycloakFluent.buildFirstTlsTrustedCertificate()KafkaAuthorizationOpaFluent.buildFirstTlsTrustedCertificate()KafkaAuthorizationKeycloakFluent.buildLastTlsTrustedCertificate()KafkaAuthorizationOpaFluent.buildLastTlsTrustedCertificate()KafkaAuthorizationKeycloakFluent.buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) KafkaAuthorizationOpaFluent.buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) KafkaAuthorizationKeycloakFluent.buildTlsTrustedCertificate(int index) KafkaAuthorizationOpaFluent.buildTlsTrustedCertificate(int index) Methods in io.strimzi.api.kafka.model.kafka that return types with arguments of type CertSecretSourceModifier and TypeMethodDescriptionKafkaAuthorizationKeycloakFluent.buildTlsTrustedCertificates()KafkaAuthorizationOpaFluent.buildTlsTrustedCertificates()KafkaAuthorizationKeycloak.getTlsTrustedCertificates()KafkaAuthorizationOpa.getTlsTrustedCertificates()Methods in io.strimzi.api.kafka.model.kafka with parameters of type CertSecretSourceModifier and TypeMethodDescriptionKafkaAuthorizationKeycloakFluent.addNewTlsTrustedCertificateLike(CertSecretSource item) KafkaAuthorizationOpaFluent.addNewTlsTrustedCertificateLike(CertSecretSource item) KafkaAuthorizationKeycloakFluent.addToTlsTrustedCertificates(int index, CertSecretSource item) KafkaAuthorizationKeycloakFluent.addToTlsTrustedCertificates(CertSecretSource... items) KafkaAuthorizationOpaFluent.addToTlsTrustedCertificates(int index, CertSecretSource item) KafkaAuthorizationOpaFluent.addToTlsTrustedCertificates(CertSecretSource... items) KafkaAuthorizationKeycloakFluent.removeFromTlsTrustedCertificates(CertSecretSource... items) KafkaAuthorizationOpaFluent.removeFromTlsTrustedCertificates(CertSecretSource... items) KafkaAuthorizationKeycloakFluent.setNewTlsTrustedCertificateLike(int index, CertSecretSource item) KafkaAuthorizationOpaFluent.setNewTlsTrustedCertificateLike(int index, CertSecretSource item) KafkaAuthorizationKeycloakFluent.setToTlsTrustedCertificates(int index, CertSecretSource item) KafkaAuthorizationOpaFluent.setToTlsTrustedCertificates(int index, CertSecretSource item) KafkaAuthorizationKeycloakFluent.withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates) KafkaAuthorizationOpaFluent.withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates) Method parameters in io.strimzi.api.kafka.model.kafka with type arguments of type CertSecretSourceModifier and TypeMethodDescriptionKafkaAuthorizationKeycloakFluent.addAllToTlsTrustedCertificates(Collection<CertSecretSource> items) KafkaAuthorizationOpaFluent.addAllToTlsTrustedCertificates(Collection<CertSecretSource> items) KafkaAuthorizationKeycloakFluent.removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items) KafkaAuthorizationOpaFluent.removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items) voidKafkaAuthorizationKeycloak.setTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) voidKafkaAuthorizationOpa.setTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) KafkaAuthorizationKeycloakFluent.withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) KafkaAuthorizationOpaFluent.withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) -
Uses of CertSecretSource in io.strimzi.api.kafka.model.kafka.listener
Methods in io.strimzi.api.kafka.model.kafka.listener that return CertSecretSourceModifier and TypeMethodDescriptionKafkaListenerAuthenticationOAuthFluent.buildFirstTlsTrustedCertificate()KafkaListenerAuthenticationOAuthFluent.buildLastTlsTrustedCertificate()KafkaListenerAuthenticationOAuthFluent.buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate) KafkaListenerAuthenticationOAuthFluent.buildTlsTrustedCertificate(int index) Methods in io.strimzi.api.kafka.model.kafka.listener that return types with arguments of type CertSecretSourceModifier and TypeMethodDescriptionKafkaListenerAuthenticationOAuthFluent.buildTlsTrustedCertificates()KafkaListenerAuthenticationOAuth.getTlsTrustedCertificates()Methods in io.strimzi.api.kafka.model.kafka.listener with parameters of type CertSecretSourceModifier and TypeMethodDescriptionKafkaListenerAuthenticationOAuthFluent.addNewTlsTrustedCertificateLike(CertSecretSource item) KafkaListenerAuthenticationOAuthFluent.addToTlsTrustedCertificates(int index, CertSecretSource item) KafkaListenerAuthenticationOAuthFluent.addToTlsTrustedCertificates(CertSecretSource... items) KafkaListenerAuthenticationOAuthFluent.removeFromTlsTrustedCertificates(CertSecretSource... items) KafkaListenerAuthenticationOAuthFluent.setNewTlsTrustedCertificateLike(int index, CertSecretSource item) KafkaListenerAuthenticationOAuthFluent.setToTlsTrustedCertificates(int index, CertSecretSource item) KafkaListenerAuthenticationOAuthFluent.withTlsTrustedCertificates(CertSecretSource... tlsTrustedCertificates) Method parameters in io.strimzi.api.kafka.model.kafka.listener with type arguments of type CertSecretSourceModifier and TypeMethodDescriptionKafkaListenerAuthenticationOAuthFluent.addAllToTlsTrustedCertificates(Collection<CertSecretSource> items) KafkaListenerAuthenticationOAuthFluent.removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items) voidKafkaListenerAuthenticationOAuth.setTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) KafkaListenerAuthenticationOAuthFluent.withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)