Uses of Class
com.floragunn.searchguard.privileges.SpecialPrivilegesEvaluationContextProviderRegistry
-
-
Uses of SpecialPrivilegesEvaluationContextProviderRegistry in com.floragunn.searchguard
Methods in com.floragunn.searchguard that return SpecialPrivilegesEvaluationContextProviderRegistry Modifier and Type Method Description SpecialPrivilegesEvaluationContextProviderRegistryBaseDependencies. getSpecialPrivilegesEvaluationContextProviderRegistry()Constructors in com.floragunn.searchguard with parameters of type SpecialPrivilegesEvaluationContextProviderRegistry 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.common.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 SpecialPrivilegesEvaluationContextProviderRegistry in com.floragunn.searchguard.auth
Constructors in com.floragunn.searchguard.auth with parameters of type SpecialPrivilegesEvaluationContextProviderRegistry Constructor Description AuthInfoService(org.elasticsearch.threadpool.ThreadPool threadPool, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry) -
Uses of SpecialPrivilegesEvaluationContextProviderRegistry in com.floragunn.searchguard.filter
Constructors in com.floragunn.searchguard.filter with parameters of type SpecialPrivilegesEvaluationContextProviderRegistry Constructor Description SearchGuardFilter(PrivilegesEvaluator evalp, AdminDNs adminDns, DlsFlsRequestValve dlsFlsValve, AuditLog auditLog, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService cs, com.floragunn.searchsupport.diag.DiagnosticContext diagnosticContext, ComplianceConfig complianceConfig, CompatConfig compatConfig, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, ExtendedActionHandlingService extendedActionHandlingService, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry) -
Uses of SpecialPrivilegesEvaluationContextProviderRegistry in com.floragunn.searchguard.privileges
Constructors in com.floragunn.searchguard.privileges with parameters of type SpecialPrivilegesEvaluationContextProviderRegistry Constructor Description PrivilegesEvaluator(org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.threadpool.ThreadPool threadPool, ConfigurationRepository configurationRepository, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver resolver, AuditLog auditLog, org.elasticsearch.common.settings.Settings settings, ClusterInfoHolder clusterInfoHolder, IndexResolverReplacer irr, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, GuiceDependencies guiceDependencies, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry, boolean enterpriseModulesEnabled) -
Uses of SpecialPrivilegesEvaluationContextProviderRegistry in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support with parameters of type SpecialPrivilegesEvaluationContextProviderRegistry Modifier and Type Method Description static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateMngtRestApiHandler(org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, StaticSgConfig staticSgConfig, org.elasticsearch.cluster.service.ClusterService cs, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog)static Collection<org.elasticsearch.rest.RestHandler>ReflectionHelper. instantiateRestApiHandler(String className, org.elasticsearch.common.settings.Settings settings, Path configPath, org.elasticsearch.rest.RestController restController, org.elasticsearch.client.Client localClient, AdminDNs adminDns, ConfigurationRepository cr, StaticSgConfig staticSgConfig, org.elasticsearch.cluster.service.ClusterService cs, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, SpecialPrivilegesEvaluationContextProviderRegistry specialPrivilegesEvaluationContextProviderRegistry, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog)
-