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() |
java.util.Collection<org.elasticsearch.common.inject.Module> |
createGuiceModules() |
java.util.Map<java.lang.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.network.NetworkService networkService) |
java.util.List<java.lang.Class<? extends org.elasticsearch.rest.RestHandler>> |
getRestHandlers() |
java.util.List<org.elasticsearch.common.settings.Setting<?>> |
getSettings() |
java.util.List<java.lang.String> |
getSettingsFilter() |
java.util.List<org.elasticsearch.transport.TransportInterceptor> |
getTransportInterceptors() |
java.util.Map<java.lang.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, getCustomMetaDataUpgrader, getExecutorBuilders, getGuiceServiceClasses, getNamedWriteables, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModulepublic SearchGuardSSLPlugin(org.elasticsearch.common.settings.Settings settings)
public java.util.List<java.lang.Class<? extends org.elasticsearch.rest.RestHandler>> getRestHandlers()
getRestHandlers in interface org.elasticsearch.plugins.ActionPluginpublic java.util.List<org.elasticsearch.transport.TransportInterceptor> getTransportInterceptors()
getTransportInterceptors in interface org.elasticsearch.plugins.NetworkPluginpublic java.util.Map<java.lang.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 java.util.Map<java.lang.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.network.NetworkService networkService)
getHttpTransports in interface org.elasticsearch.plugins.NetworkPluginpublic java.util.Collection<org.elasticsearch.common.inject.Module> createGuiceModules()
createGuiceModules in class org.elasticsearch.plugins.Pluginpublic java.util.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.Pluginpublic java.util.List<java.lang.String> getSettingsFilter()
getSettingsFilter in class org.elasticsearch.plugins.PluginCopyright © 2015-2017. All Rights Reserved.