Uses of Interface
com.floragunn.searchguard.configuration.DlsFlsRequestValve
-
Packages that use DlsFlsRequestValve Package Description com.floragunn.searchguard.configuration com.floragunn.searchguard.filter com.floragunn.searchguard.support -
-
Uses of DlsFlsRequestValve in com.floragunn.searchguard.configuration
Classes in com.floragunn.searchguard.configuration that implement DlsFlsRequestValve Modifier and Type Class Description static classDlsFlsRequestValve.NoopDlsFlsRequestValve -
Uses of DlsFlsRequestValve in com.floragunn.searchguard.filter
Constructors in com.floragunn.searchguard.filter with parameters of type DlsFlsRequestValve 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.xcontent.NamedXContentRegistry namedXContentRegistry) -
Uses of DlsFlsRequestValve in com.floragunn.searchguard.support
Methods in com.floragunn.searchguard.support that return DlsFlsRequestValve Modifier and Type Method Description static DlsFlsRequestValveReflectionHelper. instantiateDlsFlsValve(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.client.Client nodeClient, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.cluster.metadata.IndexNameExpressionResolver resolver, GuiceDependencies guiceDependencies, org.elasticsearch.xcontent.NamedXContentRegistry namedXContentRegistry, org.elasticsearch.common.util.concurrent.ThreadContext threadContext)
-