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