Uses of Class
io.strimzi.api.kafka.model.CertSecretSource
-
Packages that use CertSecretSource Package Description io.strimzi.api.kafka.model io.strimzi.api.kafka.model.authentication io.strimzi.api.kafka.model.listener -
-
Uses of CertSecretSource in io.strimzi.api.kafka.model
Subclasses of CertSecretSource in io.strimzi.api.kafka.model Modifier and Type Class Description classCertAndKeySecretSourceRepresents a certificate and private key pair inside a SecretMethods in io.strimzi.api.kafka.model that return types with arguments of type CertSecretSource Modifier and Type Method Description List<CertSecretSource>KafkaAuthorizationKeycloakFluent. buildTlsTrustedCertificates()List<CertSecretSource>KafkaAuthorizationKeycloakFluentImpl. buildTlsTrustedCertificates()List<CertSecretSource>ClientTlsFluent. buildTrustedCertificates()List<CertSecretSource>ClientTlsFluentImpl. buildTrustedCertificates()List<CertSecretSource>KafkaAuthorizationKeycloak. getTlsTrustedCertificates()List<CertSecretSource>KafkaAuthorizationKeycloakFluent. getTlsTrustedCertificates()Deprecated.List<CertSecretSource>KafkaAuthorizationKeycloakFluentImpl. getTlsTrustedCertificates()Deprecated.List<CertSecretSource>ClientTls. getTrustedCertificates()List<CertSecretSource>ClientTlsFluent. getTrustedCertificates()Deprecated.List<CertSecretSource>ClientTlsFluentImpl. getTrustedCertificates()Deprecated.Constructors in io.strimzi.api.kafka.model with parameters of type CertSecretSource Constructor Description CertSecretSourceBuilder(CertSecretSource instance)CertSecretSourceBuilder(CertSecretSourceFluent<?> fluent, CertSecretSource instance)CertSecretSourceBuilder(CertSecretSourceFluent<?> fluent, CertSecretSource instance, Boolean validationEnabled)CertSecretSourceBuilder(CertSecretSource instance, Boolean validationEnabled)CertSecretSourceFluentImpl(CertSecretSource instance) -
Uses of CertSecretSource in io.strimzi.api.kafka.model.authentication
Methods in io.strimzi.api.kafka.model.authentication that return CertSecretSource Modifier and Type Method Description CertSecretSourceKafkaClientAuthenticationOAuthFluent. buildFirstTlsTrustedCertificate()CertSecretSourceKafkaClientAuthenticationOAuthFluentImpl. buildFirstTlsTrustedCertificate()CertSecretSourceKafkaClientAuthenticationOAuthFluent. buildLastTlsTrustedCertificate()CertSecretSourceKafkaClientAuthenticationOAuthFluentImpl. buildLastTlsTrustedCertificate()CertSecretSourceKafkaClientAuthenticationOAuthFluent. buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)CertSecretSourceKafkaClientAuthenticationOAuthFluentImpl. buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)CertSecretSourceKafkaClientAuthenticationOAuthFluent. buildTlsTrustedCertificate(int index)CertSecretSourceKafkaClientAuthenticationOAuthFluentImpl. buildTlsTrustedCertificate(int index)Methods in io.strimzi.api.kafka.model.authentication that return types with arguments of type CertSecretSource Modifier and Type Method Description List<CertSecretSource>KafkaClientAuthenticationOAuthFluent. buildTlsTrustedCertificates()List<CertSecretSource>KafkaClientAuthenticationOAuthFluentImpl. buildTlsTrustedCertificates()List<CertSecretSource>KafkaClientAuthenticationOAuth. getTlsTrustedCertificates()List<CertSecretSource>KafkaClientAuthenticationOAuthFluent. getTlsTrustedCertificates()Deprecated.List<CertSecretSource>KafkaClientAuthenticationOAuthFluentImpl. getTlsTrustedCertificates()Deprecated.Method parameters in io.strimzi.api.kafka.model.authentication with type arguments of type CertSecretSource Modifier and Type Method Description AKafkaClientAuthenticationOAuthFluent. addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)AKafkaClientAuthenticationOAuthFluentImpl. addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)AKafkaClientAuthenticationOAuthFluent. removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)AKafkaClientAuthenticationOAuthFluentImpl. removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)voidKafkaClientAuthenticationOAuth. setTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)AKafkaClientAuthenticationOAuthFluent. withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)AKafkaClientAuthenticationOAuthFluentImpl. withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates) -
Uses of CertSecretSource in io.strimzi.api.kafka.model.listener
Methods in io.strimzi.api.kafka.model.listener that return CertSecretSource Modifier and Type Method Description CertSecretSourceKafkaListenerAuthenticationOAuthFluent. buildFirstTlsTrustedCertificate()CertSecretSourceKafkaListenerAuthenticationOAuthFluentImpl. buildFirstTlsTrustedCertificate()CertSecretSourceKafkaListenerAuthenticationOAuthFluent. buildLastTlsTrustedCertificate()CertSecretSourceKafkaListenerAuthenticationOAuthFluentImpl. buildLastTlsTrustedCertificate()CertSecretSourceKafkaListenerAuthenticationOAuthFluent. buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)CertSecretSourceKafkaListenerAuthenticationOAuthFluentImpl. buildMatchingTlsTrustedCertificate(Predicate<CertSecretSourceBuilder> predicate)CertSecretSourceKafkaListenerAuthenticationOAuthFluent. buildTlsTrustedCertificate(int index)CertSecretSourceKafkaListenerAuthenticationOAuthFluentImpl. buildTlsTrustedCertificate(int index)Methods in io.strimzi.api.kafka.model.listener that return types with arguments of type CertSecretSource Modifier and Type Method Description List<CertSecretSource>KafkaListenerAuthenticationOAuthFluent. buildTlsTrustedCertificates()List<CertSecretSource>KafkaListenerAuthenticationOAuthFluentImpl. buildTlsTrustedCertificates()List<CertSecretSource>KafkaListenerAuthenticationOAuth. getTlsTrustedCertificates()List<CertSecretSource>KafkaListenerAuthenticationOAuthFluent. getTlsTrustedCertificates()Deprecated.List<CertSecretSource>KafkaListenerAuthenticationOAuthFluentImpl. getTlsTrustedCertificates()Deprecated.Method parameters in io.strimzi.api.kafka.model.listener with type arguments of type CertSecretSource Modifier and Type Method Description AKafkaListenerAuthenticationOAuthFluent. addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)AKafkaListenerAuthenticationOAuthFluentImpl. addAllToTlsTrustedCertificates(Collection<CertSecretSource> items)AKafkaListenerAuthenticationOAuthFluent. removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)AKafkaListenerAuthenticationOAuthFluentImpl. removeAllFromTlsTrustedCertificates(Collection<CertSecretSource> items)voidKafkaListenerAuthenticationOAuth. setTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)AKafkaListenerAuthenticationOAuthFluent. withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)AKafkaListenerAuthenticationOAuthFluentImpl. withTlsTrustedCertificates(List<CertSecretSource> tlsTrustedCertificates)
-