Module org.elasticsearch.security
Class TransportCreateServiceAccountTokenAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<CreateServiceAccountTokenRequest,CreateServiceAccountTokenResponse>
org.elasticsearch.action.support.HandledTransportAction<CreateServiceAccountTokenRequest,CreateServiceAccountTokenResponse>
org.elasticsearch.xpack.security.action.service.TransportCreateServiceAccountTokenAction
public class TransportCreateServiceAccountTokenAction
extends HandledTransportAction<CreateServiceAccountTokenRequest,CreateServiceAccountTokenResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportCreateServiceAccountTokenAction(TransportService transportService, ActionFilters actionFilters, ServiceAccountService serviceAccountService, SecurityContext securityContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, CreateServiceAccountTokenRequest request, ActionListener<CreateServiceAccountTokenResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportCreateServiceAccountTokenAction
@Inject public TransportCreateServiceAccountTokenAction(TransportService transportService, ActionFilters actionFilters, ServiceAccountService serviceAccountService, SecurityContext securityContext)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, CreateServiceAccountTokenRequest request, ActionListener<CreateServiceAccountTokenResponse> listener) - Specified by:
doExecutein classTransportAction<CreateServiceAccountTokenRequest,CreateServiceAccountTokenResponse>
-