Uses of Class
io.strimzi.kafka.oauth.common.Config
Packages that use Config
-
Uses of Config in io.strimzi.kafka.oauth.common
Methods in io.strimzi.kafka.oauth.common with parameters of type ConfigModifier and TypeMethodDescriptionstatic HostnameVerifierConfigUtil.createHostnameVerifier(Config config) Create the HostnameVerifier from configuration in the passedConfigobject.static SSLSocketFactoryConfigUtil.createSSLFactory(Config config) Create thejavax.net.ssl.SSLSocketFactoryfrom configuration in the passedConfigobject.static StringConfigUtil.getConfigWithFallbackLookup(Config c, String key, String fallbackKey) Resolve the configuration value for the key as a string.static intConfigUtil.getConnectTimeout(Config config) Resolve the value of theConfig.OAUTH_CONNECT_TIMEOUT_SECONDSconfigurationstatic BooleanConfigUtil.getDefaultBooleanConfigWithFallbackLookup(Config c, String key, String fallbackKey, boolean defautValue) Resolve the configuration value for the key as a string.static intConfigUtil.getReadTimeout(Config config) Resolve the value of theConfig.OAUTH_READ_TIMEOUT_SECONDSconfigurationstatic intConfigUtil.getTimeoutAppendingWarnings(Config c, String key, List<String> warnings) Resolve the configuration value for the key as a timeout in seconds with the default value of 60static intConfigUtil.getTimeoutConfigWithFallbackLookup(Config c, String key, String fallbackKey, List<String> warnings) Resolve the configuration value for the key as a timeout in seconds with the default value of 60.static booleanDeprecationUtil.isAccessTokenJwt(Config config, org.slf4j.Logger log, String errorPrefix) Get 'oauth.access.token.is.jwt' config option with fallback to the deprecated 'oauth.tokens.not.jwt'Constructors in io.strimzi.kafka.oauth.common with parameters of type Config -
Uses of Config in io.strimzi.kafka.oauth.metrics
Subclasses of Config in io.strimzi.kafka.oauth.metricsModifier and TypeClassDescriptionclassConfiguration that can be specified as ENV vars, System properties or inserver.propertiesconfiguration file, but not as part of the JAAS configuration.