public final class SearchGuardSSLPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.ActionPlugin, org.elasticsearch.plugins.NetworkPlugin
| Constructor and Description |
|---|
SearchGuardSSLPlugin(org.elasticsearch.common.settings.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.common.settings.Settings |
additionalSettings() |
Collection<org.elasticsearch.common.inject.Module> |
createGuiceModules() |
Map<String,java.util.function.Supplier<org.elasticsearch.http.HttpServerTransport>> |
getHttpTransports(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.util.BigArrays bigArrays,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry,
org.elasticsearch.common.network.NetworkService networkService) |
List<Class<? extends org.elasticsearch.rest.RestHandler>> |
getRestHandlers() |
List<org.elasticsearch.common.settings.Setting<?>> |
getSettings() |
List<String> |
getSettingsFilter() |
List<org.elasticsearch.transport.TransportInterceptor> |
getTransportInterceptors(org.elasticsearch.common.util.concurrent.ThreadContext threadContext) |
Map<String,java.util.function.Supplier<org.elasticsearch.transport.Transport>> |
getTransports(org.elasticsearch.common.settings.Settings settings,
org.elasticsearch.threadpool.ThreadPool threadPool,
org.elasticsearch.common.util.BigArrays bigArrays,
org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService,
org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry,
org.elasticsearch.common.network.NetworkService networkService) |
close, createComponents, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getGuiceServiceClasses, getNamedWriteables, getNamedXContent, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModulepublic SearchGuardSSLPlugin(org.elasticsearch.common.settings.Settings settings)
public List<Class<? extends org.elasticsearch.rest.RestHandler>> getRestHandlers()
getRestHandlers in interface org.elasticsearch.plugins.ActionPluginpublic List<org.elasticsearch.transport.TransportInterceptor> getTransportInterceptors(org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
getTransportInterceptors in interface org.elasticsearch.plugins.NetworkPluginpublic Map<String,java.util.function.Supplier<org.elasticsearch.transport.Transport>> getTransports(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService, org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, org.elasticsearch.common.network.NetworkService networkService)
getTransports in interface org.elasticsearch.plugins.NetworkPluginpublic Map<String,java.util.function.Supplier<org.elasticsearch.http.HttpServerTransport>> getHttpTransports(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.util.BigArrays bigArrays, org.elasticsearch.indices.breaker.CircuitBreakerService circuitBreakerService, org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.common.network.NetworkService networkService)
getHttpTransports in interface org.elasticsearch.plugins.NetworkPluginpublic Collection<org.elasticsearch.common.inject.Module> createGuiceModules()
createGuiceModules in class org.elasticsearch.plugins.Pluginpublic List<org.elasticsearch.common.settings.Setting<?>> getSettings()
getSettings in class org.elasticsearch.plugins.Pluginpublic org.elasticsearch.common.settings.Settings additionalSettings()
additionalSettings in class org.elasticsearch.plugins.PluginCopyright © 2015-2017. All Rights Reserved.