| Package | Description |
|---|---|
| com.floragunn.searchguard.ssl.http.netty | |
| com.floragunn.searchguard.ssl.transport |
| Constructor and Description |
|---|
SearchGuardSSLNettyHttpServerTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.BigArrays bigArrays,
org.elasticsearch.threadpool.ThreadPool threadPool,
SearchGuardKeyStore sgks,
org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry,
ValidatingDispatcher dispatcher,
SslExceptionHandler errorHandler) |
ValidatingDispatcher(org.elasticsearch.common.util.concurrent.ThreadContext threadContext,
org.elasticsearch.http.HttpServerTransport.Dispatcher originalDispatcher,
org.elasticsearch.common.settings.Settings settings,
Path configPath,
SslExceptionHandler errorHandler) |
| Modifier and Type | Field and Description |
|---|---|
protected SslExceptionHandler |
SearchGuardSSLTransportInterceptor.errorHandler |
| Constructor and Description |
|---|
SearchGuardSSLNettyTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.BigArrays bigArrays,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
SearchGuardKeyStore sgks,
SslExceptionHandler errorHandler) |
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) |
Copyright © 2015–2018. All rights reserved.