Class DlsFlsRequestValve.NoopDlsFlsRequestValve
- java.lang.Object
-
- com.floragunn.searchguard.configuration.DlsFlsRequestValve.NoopDlsFlsRequestValve
-
- All Implemented Interfaces:
DlsFlsRequestValve
- Enclosing interface:
- DlsFlsRequestValve
public static class DlsFlsRequestValve.NoopDlsFlsRequestValve extends Object implements DlsFlsRequestValve
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.floragunn.searchguard.configuration.DlsFlsRequestValve
DlsFlsRequestValve.NoopDlsFlsRequestValve
-
-
Constructor Summary
Constructors Constructor Description NoopDlsFlsRequestValve()
-
Method Summary
All Methods Instance Methods Concrete 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
public 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)- Specified by:
invokein interfaceDlsFlsRequestValve- Returns:
- false to stop
-
handleSearchContext
public void handleSearchContext(org.elasticsearch.search.internal.SearchContext context, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.common.xcontent.NamedXContentRegistry namedXContentRegistry)- Specified by:
handleSearchContextin interfaceDlsFlsRequestValve
-
-