Class TransportGetPrivilegesAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesRequest,org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesResponse>
org.elasticsearch.xpack.security.action.privilege.TransportGetPrivilegesAction
public class TransportGetPrivilegesAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesRequest,org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesResponse>
Transport action to retrieve one or more application privileges from the security index
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportGetPrivilegesAction(org.elasticsearch.action.support.ActionFilters actionFilters, NativePrivilegeStore privilegeStore, org.elasticsearch.transport.TransportService transportService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportGetPrivilegesAction
@Inject public TransportGetPrivilegesAction(org.elasticsearch.action.support.ActionFilters actionFilters, NativePrivilegeStore privilegeStore, org.elasticsearch.transport.TransportService transportService)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesResponse> listener) - Specified by:
doExecutein classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesRequest,org.elasticsearch.xpack.core.security.action.privilege.GetPrivilegesResponse>
-