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