Uses of Class
com.floragunn.searchguard.sgconf.DynamicConfigFactory
-
-
Uses of DynamicConfigFactory in com.floragunn.searchguard.action.configupdate
Constructors in com.floragunn.searchguard.action.configupdate with parameters of type DynamicConfigFactory Constructor Description TransportConfigUpdateAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, ConfigurationRepository configurationRepository, org.elasticsearch.action.support.ActionFilters actionFilters, org.elasticsearch.common.inject.Provider<BackendRegistry> backendRegistry, DynamicConfigFactory dynamicConfigFactory) -
Uses of DynamicConfigFactory in com.floragunn.searchguard.configuration
Methods in com.floragunn.searchguard.configuration with parameters of type DynamicConfigFactory Modifier and Type Method Description voidConfigurationRepository. setDynamicConfigFactory(DynamicConfigFactory dynamicConfigFactory) -
Uses of DynamicConfigFactory in com.floragunn.searchguard.internalauthtoken
Constructors in com.floragunn.searchguard.internalauthtoken with parameters of type DynamicConfigFactory Constructor Description InternalAuthTokenProvider(DynamicConfigFactory dynamicConfigFactory) -
Uses of DynamicConfigFactory in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support with parameters of type DynamicConfigFactory Modifier and Type Method Description static Collection<Object>ReflectionHelper. createAlertingComponents(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.client.Client client, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.env.Environment environment, org.elasticsearch.env.NodeEnvironment nodeEnvironment, InternalAuthTokenProvider internalAuthTokenProvider, SearchGuardPlugin.ProtectedIndices protectedIndices, org.elasticsearch.common.io.stream.NamedWriteableRegistry namedWriteableRegistry, DynamicConfigFactory dcf)
-