Uses of Class
com.floragunn.searchguard.privileges.PrivilegesEvaluator
-
Packages that use PrivilegesEvaluator Package Description com.floragunn.searchguard.filter com.floragunn.searchguard.rest com.floragunn.searchguard.support -
-
Uses of PrivilegesEvaluator in com.floragunn.searchguard.filter
Constructors in com.floragunn.searchguard.filter with parameters of type PrivilegesEvaluator Constructor Description SearchGuardFilter(PrivilegesEvaluator evalp, AdminDNs adminDns, DlsFlsRequestValve dlsFlsValve, AuditLog auditLog, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService cs, ComplianceConfig complianceConfig, CompatConfig compatConfig, InternalAuthTokenProvider internalAuthTokenProvider, ExtendedActionHandlingService extendedActionHandlingService) -
Uses of PrivilegesEvaluator in com.floragunn.searchguard.rest
Constructors in com.floragunn.searchguard.rest with parameters of type PrivilegesEvaluator Constructor Description KibanaInfoAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController controller, PrivilegesEvaluator evaluator, org.elasticsearch.threadpool.ThreadPool threadPool)PermissionAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController controller, PrivilegesEvaluator evaluator, org.elasticsearch.threadpool.ThreadPool threadPool)SearchGuardInfoAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController controller, PrivilegesEvaluator evaluator, org.elasticsearch.threadpool.ThreadPool threadPool)TenantInfoAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.rest.RestController controller, PrivilegesEvaluator evaluator, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, AdminDNs adminDns) -
Uses of PrivilegesEvaluator in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support with parameters of type PrivilegesEvaluator 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, 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, 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, org.elasticsearch.cluster.service.ClusterService cs, org.elasticsearch.script.ScriptService scriptService, org.elasticsearch.common.xcontent.NamedXContentRegistry xContentRegistry, PrincipalExtractor principalExtractor, PrivilegesEvaluator evaluator, org.elasticsearch.threadpool.ThreadPool threadPool, AuditLog auditlog)
-