Class TransportDeleteRoleAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<Request,Response>
org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.role.DeleteRoleRequest,org.elasticsearch.xpack.core.security.action.role.DeleteRoleResponse>
org.elasticsearch.xpack.security.action.role.TransportDeleteRoleAction
public class TransportDeleteRoleAction
extends org.elasticsearch.action.support.HandledTransportAction<org.elasticsearch.xpack.core.security.action.role.DeleteRoleRequest,org.elasticsearch.xpack.core.security.action.role.DeleteRoleResponse>
-
Field Summary
Fields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager
-
Constructor Summary
ConstructorsConstructorDescriptionTransportDeleteRoleAction
(org.elasticsearch.action.support.ActionFilters actionFilters, NativeRolesStore rolesStore, org.elasticsearch.transport.TransportService transportService) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doExecute
(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.role.DeleteRoleRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.role.DeleteRoleResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute
-
Constructor Details
-
TransportDeleteRoleAction
@Inject public TransportDeleteRoleAction(org.elasticsearch.action.support.ActionFilters actionFilters, NativeRolesStore rolesStore, org.elasticsearch.transport.TransportService transportService)
-
-
Method Details
-
doExecute
protected void doExecute(org.elasticsearch.tasks.Task task, org.elasticsearch.xpack.core.security.action.role.DeleteRoleRequest request, org.elasticsearch.action.ActionListener<org.elasticsearch.xpack.core.security.action.role.DeleteRoleResponse> listener) - Specified by:
doExecute
in classorg.elasticsearch.action.support.TransportAction<org.elasticsearch.xpack.core.security.action.role.DeleteRoleRequest,
org.elasticsearch.xpack.core.security.action.role.DeleteRoleResponse>
-