Class TransportQueryApiKeyAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyRequest,org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyResponse>
org.elasticsearch.xpack.security.action.apikey.TransportQueryApiKeyAction
public final class TransportQueryApiKeyAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyRequest,org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportQueryApiKeyAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ApiKeyService apiKeyService, org.elasticsearch.xpack.core.security.SecurityContext context) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportQueryApiKeyAction
@Inject public TransportQueryApiKeyAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ApiKeyService apiKeyService, org.elasticsearch.xpack.core.security.SecurityContext context)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyResponse> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyRequest,org.elasticsearch.xpack.core.security.action.apikey.QueryApiKeyResponse>
-