Module org.elasticsearch.security
Class TransportChangePasswordAction
java.lang.Object
org.elasticsearch.action.support.TransportAction<ChangePasswordRequest,ActionResponse.Empty>
org.elasticsearch.action.support.HandledTransportAction<ChangePasswordRequest,ActionResponse.Empty>
org.elasticsearch.xpack.security.action.user.TransportChangePasswordAction
public class TransportChangePasswordAction
extends HandledTransportAction<ChangePasswordRequest,ActionResponse.Empty>
-
Field Summary
FieldsFields inherited from class org.elasticsearch.action.support.TransportAction
actionName, logger, taskManager -
Constructor Summary
ConstructorsConstructorDescriptionTransportChangePasswordAction(Settings settings, TransportService transportService, ActionFilters actionFilters, NativeUsersStore nativeUsersStore, Realms realms) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoExecute(Task task, ChangePasswordRequest request, ActionListener<ActionResponse.Empty> listener) Methods inherited from class org.elasticsearch.action.support.TransportAction
execute, executeDirect, localOnly
-
Field Details
-
TYPE
-
-
Constructor Details
-
TransportChangePasswordAction
@Inject public TransportChangePasswordAction(Settings settings, TransportService transportService, ActionFilters actionFilters, NativeUsersStore nativeUsersStore, Realms realms)
-
-
Method Details
-
doExecute
protected void doExecute(Task task, ChangePasswordRequest request, ActionListener<ActionResponse.Empty> listener) - Specified by:
doExecutein classTransportAction<ChangePasswordRequest,ActionResponse.Empty>
-