public class SSLRequestHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SSLRequestHelper.SSLInfo |
| Constructor and Description |
|---|
SSLRequestHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsBadHeader(org.elasticsearch.common.util.concurrent.ThreadContext context,
java.lang.String prefix) |
static SSLRequestHelper.SSLInfo |
getSSLInfo(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.rest.RestRequest request,
PrincipalExtractor principalExtractor) |
public static SSLRequestHelper.SSLInfo getSSLInfo(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestRequest request, PrincipalExtractor principalExtractor) throws javax.net.ssl.SSLPeerUnverifiedException
javax.net.ssl.SSLPeerUnverifiedExceptionpublic static boolean containsBadHeader(org.elasticsearch.common.util.concurrent.ThreadContext context,
java.lang.String prefix)
Copyright © 2015-2017. All Rights Reserved.