Module org.elasticsearch.security
Class TransportGetUserPrivilegesAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<GetUserPrivilegesRequest,GetUserPrivilegesResponse>
org.elasticsearch.action.support.HandledTransportAction<GetUserPrivilegesRequest,GetUserPrivilegesResponse>
org.elasticsearch.xpack.security.action.user.TransportGetUserPrivilegesAction
public class TransportGetUserPrivilegesAction
extends HandledTransportAction<GetUserPrivilegesRequest,GetUserPrivilegesResponse>
Transport action for
GetUserPrivilegesAction-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportGetUserPrivilegesAction(TransportService transportService, ActionFilters actionFilters, AuthorizationService authorizationService, SecurityContext securityContext) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, GetUserPrivilegesRequest request, ActionListener<GetUserPrivilegesResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportGetUserPrivilegesAction
@Inject public TransportGetUserPrivilegesAction(TransportService transportService, ActionFilters actionFilters, AuthorizationService authorizationService, SecurityContext securityContext)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, GetUserPrivilegesRequest request, ActionListener<GetUserPrivilegesResponse> listener) - Specified by:
doExecutein classTransportAction<GetUserPrivilegesRequest,GetUserPrivilegesResponse>
-