public class ActionForbiddenActionFilter extends Object implements org.elasticsearch.action.support.ActionFilter
| Constructor and Description |
|---|
ActionForbiddenActionFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(String action,
org.elasticsearch.action.ActionRequest request,
org.elasticsearch.action.ActionListener listener,
org.elasticsearch.action.support.ActionFilterChain chain) |
void |
apply(String action,
org.elasticsearch.action.ActionResponse response,
org.elasticsearch.action.ActionListener listener,
org.elasticsearch.action.support.ActionFilterChain chain) |
int |
order() |
public int order()
order in interface org.elasticsearch.action.support.ActionFilterpublic void apply(String action, org.elasticsearch.action.ActionRequest request, org.elasticsearch.action.ActionListener listener, org.elasticsearch.action.support.ActionFilterChain chain)
apply in interface org.elasticsearch.action.support.ActionFilterpublic void apply(String action, org.elasticsearch.action.ActionResponse response, org.elasticsearch.action.ActionListener listener, org.elasticsearch.action.support.ActionFilterChain chain)
apply in interface org.elasticsearch.action.support.ActionFilterCopyright © 2015–2016 Red Hat. All rights reserved.