Interface DlsFlsRequestValve
-
- All Known Implementing Classes:
DlsFlsRequestValve.NoopDlsFlsRequestValve
public interface DlsFlsRequestValve
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDlsFlsRequestValve.NoopDlsFlsRequestValve
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleSearchContext(org.elasticsearch.search.internal.SearchContext context, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry)booleaninvoke(org.elasticsearch.action.ActionRequest request, org.elasticsearch.action.ActionListener<?> listener, Map<String,Set<String>> allowedFlsFields, Map<String,Set<String>> maskedFields, Map<String,Set<String>> queries, boolean localHasingEnabled)
-
-
-
Method Detail
-
invoke
boolean invoke(org.elasticsearch.action.ActionRequest request, org.elasticsearch.action.ActionListener<?> listener, Map<String,Set<String>> allowedFlsFields, Map<String,Set<String>> maskedFields, Map<String,Set<String>> queries, boolean localHasingEnabled)- Parameters:
request-listener-- Returns:
- false to stop
-
handleSearchContext
void handleSearchContext(org.elasticsearch.search.internal.SearchContext context, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry)
-
-