Uses of Class
io.strimzi.api.kafka.model.GenericSecretSource
-
Packages that use GenericSecretSource Package Description io.strimzi.api.kafka.model io.strimzi.api.kafka.model.authentication io.strimzi.api.kafka.model.listener -
-
Uses of GenericSecretSource in io.strimzi.api.kafka.model
Methods in io.strimzi.api.kafka.model that return GenericSecretSource Modifier and Type Method Description GenericSecretSourceGenericSecretSourceBuilder. build()Constructors in io.strimzi.api.kafka.model with parameters of type GenericSecretSource Constructor Description GenericSecretSourceBuilder(GenericSecretSource instance)GenericSecretSourceBuilder(GenericSecretSourceFluent<?> fluent, GenericSecretSource instance)GenericSecretSourceBuilder(GenericSecretSourceFluent<?> fluent, GenericSecretSource instance, Boolean validationEnabled)GenericSecretSourceBuilder(GenericSecretSource instance, Boolean validationEnabled)GenericSecretSourceFluentImpl(GenericSecretSource instance) -
Uses of GenericSecretSource in io.strimzi.api.kafka.model.authentication
Methods in io.strimzi.api.kafka.model.authentication that return GenericSecretSource Modifier and Type Method Description GenericSecretSourceKafkaClientAuthenticationOAuthFluent. buildAccessToken()GenericSecretSourceKafkaClientAuthenticationOAuthFluentImpl. buildAccessToken()GenericSecretSourceKafkaClientAuthenticationOAuthFluent. buildClientSecret()GenericSecretSourceKafkaClientAuthenticationOAuthFluentImpl. buildClientSecret()GenericSecretSourceKafkaClientAuthenticationOAuthFluent. buildRefreshToken()GenericSecretSourceKafkaClientAuthenticationOAuthFluentImpl. buildRefreshToken()GenericSecretSourceKafkaClientAuthenticationOAuth. getAccessToken()GenericSecretSourceKafkaClientAuthenticationOAuthFluent. getAccessToken()Deprecated.GenericSecretSourceKafkaClientAuthenticationOAuthFluentImpl. getAccessToken()Deprecated.GenericSecretSourceKafkaClientAuthenticationOAuth. getClientSecret()GenericSecretSourceKafkaClientAuthenticationOAuthFluent. getClientSecret()Deprecated.GenericSecretSourceKafkaClientAuthenticationOAuthFluentImpl. getClientSecret()Deprecated.GenericSecretSourceKafkaClientAuthenticationOAuth. getRefreshToken()GenericSecretSourceKafkaClientAuthenticationOAuthFluent. getRefreshToken()Deprecated.GenericSecretSourceKafkaClientAuthenticationOAuthFluentImpl. getRefreshToken()Deprecated. -
Uses of GenericSecretSource in io.strimzi.api.kafka.model.listener
Methods in io.strimzi.api.kafka.model.listener that return GenericSecretSource Modifier and Type Method Description GenericSecretSourceKafkaListenerAuthenticationOAuthFluent. buildClientSecret()GenericSecretSourceKafkaListenerAuthenticationOAuthFluentImpl. buildClientSecret()GenericSecretSourceKafkaListenerAuthenticationCustomFluent. buildFirstSecret()GenericSecretSourceKafkaListenerAuthenticationCustomFluentImpl. buildFirstSecret()GenericSecretSourceKafkaListenerAuthenticationCustomFluent. buildLastSecret()GenericSecretSourceKafkaListenerAuthenticationCustomFluentImpl. buildLastSecret()GenericSecretSourceKafkaListenerAuthenticationCustomFluent. buildMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate)GenericSecretSourceKafkaListenerAuthenticationCustomFluentImpl. buildMatchingSecret(Predicate<GenericSecretSourceBuilder> predicate)GenericSecretSourceKafkaListenerAuthenticationCustomFluent. buildSecret(int index)GenericSecretSourceKafkaListenerAuthenticationCustomFluentImpl. buildSecret(int index)GenericSecretSourceKafkaListenerAuthenticationOAuth. getClientSecret()GenericSecretSourceKafkaListenerAuthenticationOAuthFluent. getClientSecret()Deprecated.GenericSecretSourceKafkaListenerAuthenticationOAuthFluentImpl. getClientSecret()Deprecated.Methods in io.strimzi.api.kafka.model.listener that return types with arguments of type GenericSecretSource Modifier and Type Method Description List<GenericSecretSource>KafkaListenerAuthenticationCustomFluent. buildSecrets()List<GenericSecretSource>KafkaListenerAuthenticationCustomFluentImpl. buildSecrets()List<GenericSecretSource>KafkaListenerAuthenticationCustom. getSecrets()List<GenericSecretSource>KafkaListenerAuthenticationCustomFluent. getSecrets()Deprecated.List<GenericSecretSource>KafkaListenerAuthenticationCustomFluentImpl. getSecrets()Deprecated.Methods in io.strimzi.api.kafka.model.listener with parameters of type GenericSecretSource Modifier and Type Method Description KafkaListenerAuthenticationCustomFluent.SecretsNested<A>KafkaListenerAuthenticationCustomFluent. addNewSecretLike(GenericSecretSource item)KafkaListenerAuthenticationCustomFluent.SecretsNested<A>KafkaListenerAuthenticationCustomFluentImpl. addNewSecretLike(GenericSecretSource item)AKafkaListenerAuthenticationCustomFluent. addToSecrets(int index, GenericSecretSource item)AKafkaListenerAuthenticationCustomFluent. addToSecrets(GenericSecretSource... items)AKafkaListenerAuthenticationCustomFluentImpl. addToSecrets(int index, GenericSecretSource item)AKafkaListenerAuthenticationCustomFluentImpl. addToSecrets(GenericSecretSource... items)KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A>KafkaListenerAuthenticationOAuthFluent. editOrNewClientSecretLike(GenericSecretSource item)KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A>KafkaListenerAuthenticationOAuthFluentImpl. editOrNewClientSecretLike(GenericSecretSource item)AKafkaListenerAuthenticationCustomFluent. removeFromSecrets(GenericSecretSource... items)AKafkaListenerAuthenticationCustomFluentImpl. removeFromSecrets(GenericSecretSource... items)voidKafkaListenerAuthenticationOAuth. setClientSecret(GenericSecretSource clientSecret)KafkaListenerAuthenticationCustomFluent.SecretsNested<A>KafkaListenerAuthenticationCustomFluent. setNewSecretLike(int index, GenericSecretSource item)KafkaListenerAuthenticationCustomFluent.SecretsNested<A>KafkaListenerAuthenticationCustomFluentImpl. setNewSecretLike(int index, GenericSecretSource item)AKafkaListenerAuthenticationCustomFluent. setToSecrets(int index, GenericSecretSource item)AKafkaListenerAuthenticationCustomFluentImpl. setToSecrets(int index, GenericSecretSource item)AKafkaListenerAuthenticationOAuthFluent. withClientSecret(GenericSecretSource clientSecret)AKafkaListenerAuthenticationOAuthFluentImpl. withClientSecret(GenericSecretSource clientSecret)KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A>KafkaListenerAuthenticationOAuthFluent. withNewClientSecretLike(GenericSecretSource item)KafkaListenerAuthenticationOAuthFluent.ClientSecretNested<A>KafkaListenerAuthenticationOAuthFluentImpl. withNewClientSecretLike(GenericSecretSource item)AKafkaListenerAuthenticationCustomFluent. withSecrets(GenericSecretSource... secrets)AKafkaListenerAuthenticationCustomFluentImpl. withSecrets(GenericSecretSource... secrets)Method parameters in io.strimzi.api.kafka.model.listener with type arguments of type GenericSecretSource Modifier and Type Method Description AKafkaListenerAuthenticationCustomFluent. addAllToSecrets(Collection<GenericSecretSource> items)AKafkaListenerAuthenticationCustomFluentImpl. addAllToSecrets(Collection<GenericSecretSource> items)AKafkaListenerAuthenticationCustomFluent. removeAllFromSecrets(Collection<GenericSecretSource> items)AKafkaListenerAuthenticationCustomFluentImpl. removeAllFromSecrets(Collection<GenericSecretSource> items)voidKafkaListenerAuthenticationCustom. setSecrets(List<GenericSecretSource> secrets)AKafkaListenerAuthenticationCustomFluent. withSecrets(List<GenericSecretSource> secrets)AKafkaListenerAuthenticationCustomFluentImpl. withSecrets(List<GenericSecretSource> secrets)
-