Module org.elasticsearch.security
Class TransportDeleteRoleMappingAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<DeleteRoleMappingRequest,DeleteRoleMappingResponse>
org.elasticsearch.action.support.HandledTransportAction<DeleteRoleMappingRequest,DeleteRoleMappingResponse>
org.elasticsearch.xpack.security.action.rolemapping.TransportDeleteRoleMappingAction
public class TransportDeleteRoleMappingAction
extends HandledTransportAction<DeleteRoleMappingRequest,DeleteRoleMappingResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportDeleteRoleMappingAction(ActionFilters actionFilters, TransportService transportService, NativeRoleMappingStore roleMappingStore, ClusterStateRoleMapper clusterStateRoleMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, DeleteRoleMappingRequest request, ActionListener<DeleteRoleMappingResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Constructor Details
-
TransportDeleteRoleMappingAction
@Inject public TransportDeleteRoleMappingAction(ActionFilters actionFilters, TransportService transportService, NativeRoleMappingStore roleMappingStore, ClusterStateRoleMapper clusterStateRoleMapper)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, DeleteRoleMappingRequest request, ActionListener<DeleteRoleMappingResponse> listener) - Specified by:
doExecutein classTransportAction<DeleteRoleMappingRequest,DeleteRoleMappingResponse>
-