Class SSLEngineUtils
java.lang.Object
org.elasticsearch.xpack.security.transport.SSLEngineUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidextractClientCertificates(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.elasticsearch.http.HttpChannel httpChannel) static voidextractClientCertificates(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.elasticsearch.transport.TcpChannel tcpChannel) static SSLEnginegetSSLEngine(org.elasticsearch.http.HttpChannel httpChannel) static SSLEnginegetSSLEngine(org.elasticsearch.transport.TcpChannel tcpChannel)
-
Method Details
-
extractClientCertificates
public static void extractClientCertificates(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.elasticsearch.http.HttpChannel httpChannel) -
extractClientCertificates
public static void extractClientCertificates(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.elasticsearch.transport.TcpChannel tcpChannel) -
getSSLEngine
-
getSSLEngine
-