| 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 |
| Constructor and Description |
|---|
SearchGuardSSLNettyHttpServerTransport(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.network.NetworkService networkService,
org.elasticsearch.common.util.BigArrays bigArrays,
SearchGuardKeyStore sgks,
PrincipalExtractor principalExtractor) |
SSLHttpChannelPipelineFactory(org.elasticsearch.http.netty.NettyHttpServerTransport transport,
org.elasticsearch.common.settings.Settings settings,
boolean detailedErrorsEnabled,
SearchGuardKeyStore sgks) |
| Constructor and Description |
|---|
SearchGuardSSLInfoAction(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.rest.RestController controller,
org.elasticsearch.client.Client client,
SearchGuardKeyStore sgks) |
| 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.Version version,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
SearchGuardKeyStore sgks) |
SSLClientChannelPipelineFactory(org.elasticsearch.transport.netty.NettyTransport nettyTransport,
org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.common.logging.ESLogger nettyLogger,
SearchGuardKeyStore sgks) |
SSLServerChannelPipelineFactory(org.elasticsearch.transport.netty.NettyTransport nettyTransport,
String name,
org.elasticsearch.common.settings.Settings sslsettings,
org.elasticsearch.common.settings.Settings essettings,
org.elasticsearch.common.logging.ESLogger nettyLogger,
SearchGuardKeyStore sgks) |
Copyright © 2015-2017. All Rights Reserved.