| Package | Description |
|---|---|
| com.floragunn.searchguard.ssl | |
| com.floragunn.searchguard.ssl.http.netty | |
| com.floragunn.searchguard.ssl.rest | |
| com.floragunn.searchguard.ssl.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSearchGuardKeyStore |
class |
ExternalSearchGuardKeyStore |
| Modifier and Type | Field and Description |
|---|---|
protected SearchGuardKeyStore |
SearchGuardSSLPlugin.sgks |
| 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) |
SSLHttpChannelHandler(org.elasticsearch.http.netty4.Netty4HttpServerTransport transport,
SearchGuardKeyStore sgks) |
| Constructor and Description |
|---|
SearchGuardSSLInfoAction(org.elasticsearch.common.settings.Settings settings,
Path configPath,
org.elasticsearch.rest.RestController controller,
SearchGuardKeyStore sgks,
PrincipalExtractor principalExtractor) |
| 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) |
Copyright © 2015–2018. All rights reserved.