Uses of Class
com.floragunn.searchguard.configuration.ProtectedConfigIndexService
-
Packages that use ProtectedConfigIndexService Package Description com.floragunn.searchguard -
-
Uses of ProtectedConfigIndexService in com.floragunn.searchguard
Methods in com.floragunn.searchguard that return ProtectedConfigIndexService Modifier and Type Method Description ProtectedConfigIndexServiceBaseDependencies. getProtectedConfigIndexService()Constructors in com.floragunn.searchguard with parameters of type ProtectedConfigIndexService Constructor Description BaseDependencies(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.client.Client localClient, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.watcher.ResourceWatcherService resourceWatcherService, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.xcontent.NamedXContentRegistry xContentRegistry, org.elasticsearch.env.Environment environment, org.elasticsearch.env.NodeEnvironment nodeEnvironment, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver indexNameExpressionResolver, DynamicConfigFactory dynamicConfigFactory, StaticSgConfig staticSgConfig, ConfigurationRepository configurationRepository, ProtectedConfigIndexService protectedConfigIndexService, InternalAuthTokenProvider internalAuthTokenProvider, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext)
-