Class TransportDeleteServiceAccountTokenAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenRequest,org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenResponse>
org.elasticsearch.xpack.security.action.service.TransportDeleteServiceAccountTokenAction
public class TransportDeleteServiceAccountTokenAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenRequest,org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportDeleteServiceAccountTokenAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ServiceAccountService serviceAccountService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportDeleteServiceAccountTokenAction
@Inject public TransportDeleteServiceAccountTokenAction(org.elasticsearch.transport.TransportService transportService, org.elasticsearch.action.support.ActionFilters actionFilters, ServiceAccountService serviceAccountService)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenResponse> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenRequest,org.elasticsearch.xpack.core.security.action.service.DeleteServiceAccountTokenResponse>
-