public final class SearchGuardPlugin
extends org.elasticsearch.plugins.Plugin
implements org.elasticsearch.plugins.ActionPlugin
| Constructor and Description |
|---|
SearchGuardPlugin(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() |
List<Class<? extends org.elasticsearch.action.support.ActionFilter>> |
getActionFilters() |
List<org.elasticsearch.plugins.ActionPlugin.ActionHandler<? extends org.elasticsearch.action.ActionRequest<?>,? extends org.elasticsearch.action.ActionResponse>> |
getActions() |
Collection<Class<? extends org.elasticsearch.common.component.LifecycleComponent>> |
getGuiceServiceClasses() |
List<Class<? extends org.elasticsearch.rest.RestHandler>> |
getRestHandlers() |
List<org.elasticsearch.common.settings.Setting<?>> |
getSettings() |
List<String> |
getSettingsFilter() |
void |
onIndexModule(org.elasticsearch.index.IndexModule indexModule) |
void |
onModule(org.elasticsearch.common.network.NetworkModule module) |
createComponents, getCustomMetaDataUpgrader, getExecutorBuilders, getNamedWriteables, onModule, onModule, onModule, onModule, onModule, onModulepublic SearchGuardPlugin(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.plugins.ActionPlugin.ActionHandler<? extends org.elasticsearch.action.ActionRequest<?>,? extends org.elasticsearch.action.ActionResponse>> getActions()
getActions in interface org.elasticsearch.plugins.ActionPluginpublic Collection<org.elasticsearch.common.inject.Module> createGuiceModules()
createGuiceModules in class org.elasticsearch.plugins.Pluginpublic void onIndexModule(org.elasticsearch.index.IndexModule indexModule)
onIndexModule in class org.elasticsearch.plugins.Pluginpublic Collection<Class<? extends org.elasticsearch.common.component.LifecycleComponent>> getGuiceServiceClasses()
getGuiceServiceClasses in class org.elasticsearch.plugins.Pluginpublic List<Class<? extends org.elasticsearch.action.support.ActionFilter>> getActionFilters()
getActionFilters in interface org.elasticsearch.plugins.ActionPluginpublic void onModule(org.elasticsearch.common.network.NetworkModule module)
public org.elasticsearch.common.settings.Settings additionalSettings()
additionalSettings in class org.elasticsearch.plugins.Pluginpublic List<org.elasticsearch.common.settings.Setting<?>> getSettings()
getSettings in class org.elasticsearch.plugins.PluginCopyright © 2015–2016. All rights reserved.