public class SSLRequestHelper extends 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,
String prefix) |
static SSLRequestHelper.SSLInfo |
getSSLInfo(org.elasticsearch.common.settings.Settings settings,
Path configPath,
org.elasticsearch.rest.RestRequest request,
PrincipalExtractor principalExtractor) |
public static SSLRequestHelper.SSLInfo getSSLInfo(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestRequest request, PrincipalExtractor principalExtractor) throws SSLPeerUnverifiedException
SSLPeerUnverifiedExceptionpublic static boolean containsBadHeader(org.elasticsearch.common.util.concurrent.ThreadContext context,
String prefix)
Copyright © 2015–2018. All rights reserved.