Module org.elasticsearch.security
Class TransportCreateCrossClusterApiKeyAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<CreateCrossClusterApiKeyRequest,CreateApiKeyResponse>
org.elasticsearch.xpack.security.action.apikey.TransportCreateCrossClusterApiKeyAction
public final class TransportCreateCrossClusterApiKeyAction
extends TransportAction<CreateCrossClusterApiKeyRequest,CreateApiKeyResponse>
Implementation of the action needed to create an API key
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportCreateCrossClusterApiKeyAction(TransportService transportService, ActionFilters actionFilters, ApiKeyService apiKeyService, SecurityContext context) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, CreateCrossClusterApiKeyRequest request, ActionListener<CreateApiKeyResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportCreateCrossClusterApiKeyAction
@Inject public TransportCreateCrossClusterApiKeyAction(TransportService transportService, ActionFilters actionFilters, ApiKeyService apiKeyService, SecurityContext context)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, CreateCrossClusterApiKeyRequest request, ActionListener<CreateApiKeyResponse> listener) - Specified by:
doExecutein classTransportAction<CreateCrossClusterApiKeyRequest,CreateApiKeyResponse>
-