Module org.elasticsearch.security
Class TransportQueryApiKeyAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<QueryApiKeyRequest,QueryApiKeyResponse>
org.elasticsearch.xpack.security.action.apikey.TransportQueryApiKeyAction
public final class TransportQueryApiKeyAction
extends TransportAction<QueryApiKeyRequest,QueryApiKeyResponse>
-
Field Summary
FieldsFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportQueryApiKeyAction(TransportService transportService, ActionFilters actionFilters, ApiKeyService apiKeyService, SecurityContext context, ProfileService profileService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, QueryApiKeyRequest request, ActionListener<QueryApiKeyResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Field Details
-
API_KEY_TYPE_RUNTIME_MAPPING_FIELD
- See Also:
-
-
Constructor Details
-
TransportQueryApiKeyAction
@Inject public TransportQueryApiKeyAction(TransportService transportService, ActionFilters actionFilters, ApiKeyService apiKeyService, SecurityContext context, ProfileService profileService)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, QueryApiKeyRequest request, ActionListener<QueryApiKeyResponse> listener) - Specified by:
doExecutein classTransportAction<QueryApiKeyRequest,QueryApiKeyResponse>
-