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