Class TransportWhoAmIAction
- java.lang.Object
-
- org.elasticsearch.action.support.TransportAction<Request,Response>
-
- org.elasticsearch.action.support.HandledTransportAction<WhoAmIRequest,WhoAmIResponse>
-
- com.floragunn.searchguard.action.whoami.TransportWhoAmIAction
-
public class TransportWhoAmIAction extends org.elasticsearch.action.support.HandledTransportAction<WhoAmIRequest,WhoAmIResponse>
-
-
Constructor Summary
Constructors Constructor Description TransportWhoAmIAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, AdminDNs adminDNs, org.elasticsearch.action.support.ActionFilters actionFilters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddoExecute(org.elasticsearch.tasks.Task task, WhoAmIRequest request, org.elasticsearch.action.ActionListener<WhoAmIResponse> listener)
-
-
-
Constructor Detail
-
TransportWhoAmIAction
@Inject public TransportWhoAmIAction(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.threadpool.ThreadPool threadPool, org.elasticsearch.cluster.service.ClusterService clusterService, org.elasticsearch.transport.TransportService transportService, AdminDNs adminDNs, org.elasticsearch.action.support.ActionFilters actionFilters)
-
-
Method Detail
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, WhoAmIRequest request, org.elasticsearch.action.ActionListener<WhoAmIResponse> listener)- Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<WhoAmIRequest,WhoAmIResponse>
-
-