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