Uses of Class
com.floragunn.searchguard.sgconf.DynamicConfigFactory
-
-
Uses of DynamicConfigFactory in com.floragunn.searchguard
Methods in com.floragunn.searchguard that return DynamicConfigFactory Modifier and Type Method Description DynamicConfigFactoryBaseDependencies. getDynamicConfigFactory()Constructors in com.floragunn.searchguard with parameters of type DynamicConfigFactory 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) -
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.sgconf.internal_users_db
Constructors in com.floragunn.searchguard.sgconf.internal_users_db with parameters of type DynamicConfigFactory Constructor Description InternalUsersDatabase(DynamicConfigFactory dynamicConfigFactory)
-