| Package | Description |
|---|---|
| io.axual.common.config | |
| io.axual.common.tools |
| Modifier and Type | Method and Description |
|---|---|
SslConfig |
SslConfig.Builder.build()
Builds and returns an SslConfig.
|
SslConfig |
ClientConfig.getSslConfig()
Gets the ssl config with which the client application connects to Axual Platform.
|
SslConfig |
ClientConfig.Builder.getSslConfig()
Gets ssl config.
|
| Modifier and Type | Method and Description |
|---|---|
static SslConfig.Builder |
SslConfig.newBuilder(SslConfig original)
Creates a new builder for SslConfig based on the original SslConfig.
|
ClientConfig.Builder |
ClientConfig.Builder.setSslConfig(SslConfig sslConfig)
Sets ssl config.
|
| Modifier and Type | Method and Description |
|---|---|
static SslConfig |
KafkaUtil.parseSslConfig(java.util.Map<java.lang.String,java.lang.Object> configs)
Parse an SslConfig object from a set of Kafka properties.
|
| Modifier and Type | Method and Description |
|---|---|
static javax.net.ssl.SSLContext |
SslUtil.createSslContext(SslConfig config)
Instantiate an SslContext object from an SslConfig object.
|
static java.util.Map<java.lang.String,java.lang.Object> |
KafkaUtil.getKafkaConfigs(SslConfig config)
Translate an SslConfig object into a set of Kafka properties in a key/value map.
|
static void |
KafkaUtil.getKafkaConfigs(SslConfig config,
java.util.Map<java.lang.String,java.lang.Object> configs)
Translate an SslConfig object into a set of Kafka properties in a key/value map.
|
Copyright © 2020–2022 Axual B.V.. All rights reserved.