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