Module org.elasticsearch.security
Class TransportQueryRoleAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<QueryRoleRequest,QueryRoleResponse>
org.elasticsearch.xpack.security.action.role.TransportQueryRoleAction
-
Field Summary
FieldsFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportQueryRoleAction(ActionFilters actionFilters, NativeRolesStore nativeRolesStore, TransportService transportService) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, QueryRoleRequest request, ActionListener<QueryRoleResponse> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Field Details
-
ROLE_NAME_RUNTIME_MAPPING_FIELD
- See Also:
-
-
Constructor Details
-
TransportQueryRoleAction
@Inject public TransportQueryRoleAction(ActionFilters actionFilters, NativeRolesStore nativeRolesStore, TransportService transportService)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, QueryRoleRequest request, ActionListener<QueryRoleResponse> listener) - Specified by:
doExecutein classTransportAction<QueryRoleRequest,QueryRoleResponse>
-