Package com.floragunn.searchguard.filter
Class ExtendedActionFilterChain<Request extends org.elasticsearch.action.ActionRequest,Response extends org.elasticsearch.action.ActionResponse>
- java.lang.Object
-
- com.floragunn.searchguard.filter.ExtendedActionFilterChain<Request,Response>
-
- All Implemented Interfaces:
org.elasticsearch.action.support.ActionFilterChain<Request,Response>
public class ExtendedActionFilterChain<Request extends org.elasticsearch.action.ActionRequest,Response extends org.elasticsearch.action.ActionResponse> extends Object implements org.elasticsearch.action.support.ActionFilterChain<Request,Response>
-
-
Constructor Summary
Constructors Constructor Description ExtendedActionFilterChain(List<org.elasticsearch.action.support.ActionFilter> additionalFilters, org.elasticsearch.action.support.ActionFilterChain<Request,Response> originalChain)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidproceed(org.elasticsearch.tasks.Task task, String action, Request request, org.elasticsearch.action.ActionListener<Response> listener)StringtoString()
-