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