public class WildFlyKafkaSSLEngineFactory extends Object implements org.apache.kafka.common.security.auth.SslEngineFactory
| Constructor and Description |
|---|
WildFlyKafkaSSLEngineFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
configure(Map<String,?> configs) |
SSLEngine |
createClientSslEngine(String peerHost,
int peerPort,
String endpointIdentification) |
SSLEngine |
createServerSslEngine(String peerHost,
int peerPort) |
KeyStore |
keystore() |
Set<String> |
reconfigurableConfigs() |
boolean |
shouldBeRebuilt(Map<String,Object> nextConfigs) |
KeyStore |
truststore() |
public void configure(Map<String,?> configs)
configure in interface org.apache.kafka.common.Configurablepublic SSLEngine createClientSslEngine(String peerHost, int peerPort, String endpointIdentification)
createClientSslEngine in interface org.apache.kafka.common.security.auth.SslEngineFactorypublic SSLEngine createServerSslEngine(String peerHost, int peerPort)
createServerSslEngine in interface org.apache.kafka.common.security.auth.SslEngineFactorypublic boolean shouldBeRebuilt(Map<String,Object> nextConfigs)
shouldBeRebuilt in interface org.apache.kafka.common.security.auth.SslEngineFactorypublic Set<String> reconfigurableConfigs()
reconfigurableConfigs in interface org.apache.kafka.common.security.auth.SslEngineFactorypublic KeyStore keystore()
keystore in interface org.apache.kafka.common.security.auth.SslEngineFactorypublic KeyStore truststore()
truststore in interface org.apache.kafka.common.security.auth.SslEngineFactorypublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.