Package io.confluent.rest
Class InternalRestServerSSL
java.lang.Object
io.confluent.rest.InternalRestServerSSL
Helper class for setting up SSL for InternalRestServer
Duplicated from connect/runtime/src/main/java/org/apache/kafka/connect/runtime/rest/util/SSLUtils.java
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.eclipse.jetty.util.ssl.SslContextFactory.ServercreateServerSideSslContextFactory(org.apache.kafka.common.config.AbstractConfig config, String prefix) Configures SSL/TLS for HTTPS Jetty Server using configs with the given prefixstatic voidsetSecurityStoreProps(org.eclipse.jetty.util.ssl.SslContextFactory sslContextFactory, Map<String, Object> sslConfigValues, boolean isKeyStore, boolean useBcfksStore, boolean setPathOnly) static boolean
-
Constructor Details
-
InternalRestServerSSL
public InternalRestServerSSL()
-
-
Method Details
-
createServerSideSslContextFactory
public static org.eclipse.jetty.util.ssl.SslContextFactory.Server createServerSideSslContextFactory(org.apache.kafka.common.config.AbstractConfig config, String prefix) Configures SSL/TLS for HTTPS Jetty Server using configs with the given prefix -
useBcfks
-
setSecurityStoreProps
-