| Package | Description |
|---|---|
| com.floragunn.searchguard.ssl | |
| com.floragunn.searchguard.ssl.rest | |
| com.floragunn.searchguard.ssl.transport | |
| com.floragunn.searchguard.ssl.util |
| Modifier and Type | Field and Description |
|---|---|
protected PrincipalExtractor |
SearchGuardSSLPlugin.principalExtractor |
| Constructor and Description |
|---|
SearchGuardSSLInfoAction(org.elasticsearch.common.settings.Settings settings,
Path configPath,
org.elasticsearch.rest.RestController controller,
SearchGuardKeyStore sgks,
PrincipalExtractor principalExtractor) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPrincipalExtractor |
| Modifier and Type | Field and Description |
|---|---|
protected PrincipalExtractor |
SearchGuardSSLTransportInterceptor.principalExtractor |
| Constructor and Description |
|---|
SearchGuardSSLRequestHandler(String action,
org.elasticsearch.transport.TransportRequestHandler<T> actualHandler,
org.elasticsearch.threadpool.ThreadPool threadPool,
PrincipalExtractor principalExtractor,
SslExceptionHandler errorHandler) |
SearchGuardSSLTransportInterceptor(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
PrincipalExtractor principalExtractor,
SslExceptionHandler errorHandler) |
| Modifier and Type | Method and Description |
|---|---|
static SSLRequestHelper.SSLInfo |
SSLRequestHelper.getSSLInfo(org.elasticsearch.common.settings.Settings settings,
Path configPath,
org.elasticsearch.rest.RestRequest request,
PrincipalExtractor principalExtractor) |
Copyright © 2015–2018. All rights reserved.