Module org.elasticsearch.security
Class TransportProfileHasPrivilegesAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<ProfileHasPrivilegesRequest,ProfileHasPrivilegesResponse>
org.elasticsearch.action.support.HandledTransportAction<ProfileHasPrivilegesRequest,ProfileHasPrivilegesResponse>
org.elasticsearch.xpack.security.action.profile.TransportProfileHasPrivilegesAction
public class TransportProfileHasPrivilegesAction
extends HandledTransportAction<ProfileHasPrivilegesRequest,ProfileHasPrivilegesResponse>
Transport action that tests whether the users for the given profile ids have the specified
privileges-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportProfileHasPrivilegesAction(TransportService transportService, ActionFilters actionFilters, AuthorizationService authorizationService, NativePrivilegeStore privilegeStore, ProfileService profileService, ThreadPool threadPool) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, ProfileHasPrivilegesRequest request, ActionListener<ProfileHasPrivilegesResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportProfileHasPrivilegesAction
@Inject public TransportProfileHasPrivilegesAction(TransportService transportService, ActionFilters actionFilters, AuthorizationService authorizationService, NativePrivilegeStore privilegeStore, ProfileService profileService, ThreadPool threadPool)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, ProfileHasPrivilegesRequest request, ActionListener<ProfileHasPrivilegesResponse> listener) - Specified by:
doExecutein classTransportAction<ProfileHasPrivilegesRequest,ProfileHasPrivilegesResponse>
-