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